robotframework / OldSeleniumLibrary

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

Support Firefox 3.6 #114

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 30 Apr 2010

The selenium library needs to be patched in order to make interaction with firefox 3.6 working. See

https://code.google.com/p/selenium/issues/detail?id=408

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 30 Apr 2010

This issue was updated by revision 40bbc7321e.

Comment: passing additional magic parameter "true" when opening a browser.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 2 May 2010

Good catch and fix!

The only problem is that since selenium.py is external code it will probably be updated at some point and this fix will disappear. Most likely the underlying issue is already fixed by then so the risk that this bug reappears is relatively small.

To be on the safe side, you could add a test for this similarly as a test was added to the patch we did to fix issue 79 . You can see the test in file test/unit/test_seleniumlibrary.py. Adding a comment to the code might be a good idea anyway.

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 2 May 2010

This issue was updated by revision 5095eb31e1.

comment: comments and unit test

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 27 May 2010

Major improvements warrant a major version