robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Update Selenium Python API (selenium.py) to the latest version #131

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 5 Aug 2010

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

spooning commented 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

spooning commented 9 years ago

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 ?

spooning commented 9 years ago

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.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 15 Nov 2010

I updated selenium.py, all tests passed with Firefox 3.6 in Ubuntu.

spooning commented 9 years ago

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