SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
30.73k stars 8.19k forks source link

Python 2.46.1 bindings break findElement compatibility with third-party dirvers #842

Closed NickAb closed 9 years ago

NickAb commented 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?

AutomatedTester commented 9 years ago

There will be a release today (hopefully) to pick up the new edgedriver code for people.

lukeis commented 9 years ago

2.47 was released yesterday