Closed NickAb closed 9 years ago
Lines 706-716 in selenium/webdriver/remote/webdriver.py in 2.46.1 breaks findElement and findElements compatibility with non web drivers as it replaces all strategies with css selector strategy. This breaks mobile drivers like Appium and Winium.
This was later fixed here.
Can we have a fixed package released to PyPi or 2.46.1 removed from PyPi?
There will be a release today (hopefully) to pick up the new edgedriver code for people.
2.47 was released yesterday
Lines 706-716 in selenium/webdriver/remote/webdriver.py in 2.46.1 breaks findElement and findElements compatibility with non web drivers as it replaces all strategies with css selector strategy. This breaks mobile drivers like Appium and Winium.
This was later fixed here.
Can we have a fixed package released to PyPi or 2.46.1 removed from PyPi?