Reputation: 15
I had installed "selenium-java-2.43.0" and all my testfiles executed ok using firefox 33 but when firefox updated to firefox 36 the web browser could not load the page. Do I have to update to selenium-java-2.4x.0?
Upvotes: 1
Views: 1497
Reputation: 473803
Yes, there are incompatibility issues:
You need you upgrade selenium to 2.45
(currently latest).
Or, alternatively, downgrade Firefox to 34.0.5 (35 is also not an option).
Upvotes: 4
Reputation: 174
Nope.. The latest ff version does not support selenium 2.43..you need to downgrade your ff version
Also you can try with other browsers for that you need to have driver for that browser say fo ex chrome driver.
Upvotes: 1