robotframework / OldSeleniumLibrary

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

Seleniumlibrary 2.8 not work at Firefox8 #219

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by lzwh... on 4 Dec 2011

Seleniumlibrary 2.8 not work at Firefox 8, please check it. When we want to start selenium server at latest firefox 8,it cannot be started. What's the root cause?

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 6 Dec 2011

Root cause is that the selenium.jar bundled in SeleniumLibrary 2.8 is not compatible with Firefox 8.

This can be fixed by downloading latest standalone Selenium distribution from https://code.google.com/p/selenium/downloads/list and copying it over [PythonInstallation]/Lib/SeleniumLibrary/lib/selenium-server.jar

We have to do a newer release of SeleniumLibrary sometime soon anyway.

spooning commented 9 years ago

Originally submitted to Google Code by lzwh... on 8 Dec 2011

Thanks for your quick feedback:)