Skip to content

get_driver() no longer callable as of Py-TestUI v1.2.0 #92

@Avengess

Description

@Avengess

Calling get_driver() in a script works in Py-TestUI v1.1.1, but as of v1.2.0 it now results in TypeError: 'WebDriver' object is not callable.

This means that if a project were to upgrade the version of Py-TestUI to use, then all uses of get_driver() in scripts would need to be rewritten as get_driver.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions