Closed spooning closed 9 years ago
Originally submitted to Google Code by Bulkan on 29 Aug 2010
What about this version of selenium.py http://pypi.python.org/pypi/selenium
Originally submitted to Google Code by Bulkan on 29 Aug 2010
As Selenium and WebDriver projects have merged is there any plans to use the new webdriver API that I have shared the link in my previous comment ?
Originally submitted to Google Code by @pekkaklarck on 30 Aug 2010
Someone should investigate what benefits upgrading to Selenium 2.0 API would bring and how big a task that would be. A separate issue should be opened about that. This issue is about updating the 1.0 version that we currently use.
Originally submitted to Google Code by @yanne on 15 Nov 2010
I updated selenium.py, all tests passed with Firefox 3.6 in Ubuntu.
Originally submitted to Google Code by @yanne on 15 Nov 2010
This does not seem to affect any of our own tests -> it's good
We currently use some old version of selenium.py with our own fixes for a socket leak on Jython ( issue 79 ) and for Firefox 3.6 problems ( issue 114 ). Both of these are fixed in the latest official version so it should be safe to use that instead. The latest version is available at https://code.google.com/p/selenium/source/browse/trunk/selenium/src/py/selenium.py