sourabhkt / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
0 stars 0 forks source link

Incompatibility Selenium 2.9 - Firefox 15 #251

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems that Selenium Library 2.9 cannot open a browser if it is Firefox 15. 
My tests worked perfectly with Firefox 12, but since I had the update this 
morning to the version 15, the test always fails, with the message: 
Suite setup failed:
Failed to start new browser session: Error while launching browser

Original issue reported on code.google.com by Aurelie....@gmail.com on 25 Sep 2012 at 1:07

GoogleCodeExporter commented 9 years ago
SeLib 2.9.1 contains Selenium Server 2.21 which ought to be the latest version 
supporting deprecated Selenium RC. If there is a newer version available, you 
can use that also with the latest SeLib. We could also consider making new 
SeLib release containing it.

Finally, you should move to Selenium2Library in the future anyway.

Original comment by pekka.klarck on 13 Jan 2013 at 9:06