Skip to content

Wrap driver.current_url in try/except for Appium users using SeleniumBase #2210

@mdmintz

Description

@mdmintz

Wrap driver.current_url in try/except for Appium users using SeleniumBase


Apparently, people have been able to use Appium with SeleniumBase as long as they overwrote a few methods for necessary changes. By wrapping away driver.current_url (which isn't defined in Appium), this will help things out. (The error they got when using it was: Method has not yet been implemented.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions