robotframework / OldSeleniumLibrary

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

Support for Firefox 4.0 #186

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by genglz1983 on 11 Apr 2011

Firefox 4.0 has been released,seleniumlibrary should Support it(or newer).

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 12 Apr 2011

Could you explain what problems you have?

I just tested yesterday that I can run tests with Firefox 4. The only problem was that every time a browser was started it checked for upgrades to plugins. This is probably due to the default Firefox profile distributed with the library being created with Firefox 3. At least disabling the profile as explained at CustomFirefoxProfile resolved the issue.

We should, nevertheless, upgrade Selenium server to the newest version with latest and greatest browser support. That is already covered by issue 176 and in the mean time you can download the latest version and use that instead of the one distributed with the library.