How to Install Selenium on Firefox
Unfortunately it seems selenium doesn't support the latest version of firefox yet. To get around this security issue do the following: ...
https://www.czetsuyatech.com/2011/05/how-to-install-selenium-on-firefox.html
Unfortunately it seems selenium doesn't support the latest version of firefox yet. To get around this security issue do the following:
1.) In firefox go to about:config.
2.) Click yes in the warning message
3.) The next screen is like a registry window for firefox, right click then New->Boolean
4.) Set Preference Name="extensions.checkCompatibility.4.0" and Value=False
6.) Restart Firefox
1.) In firefox go to about:config.
2.) Click yes in the warning message
3.) The next screen is like a registry window for firefox, right click then New->Boolean
4.) Set Preference Name="extensions.checkCompatibility.4.0" and Value=False
6.) Restart Firefox
Post a Comment