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
.)