Which Firefox version is compatible with Selenium 2.53.0?

谁说我不能喝 提交于 2019-11-27 14:17:53

I had the similar problem running Selenium Webdriver 2.53.0 with Firefox 47.0.

Selenium Webdriver 2.53.0 works with Firefox 46.0. You can find the the mentioned version at https://support.mozilla.org/en-US/kb/install-older-version-of-firefox.

Sathish kumar

Also you could try to add:

System.setProperty("webdriver.firefox.bin","C:\\Users\\AppData\\Local\\Mozilla Firefox\\firefox.exe");
WebDriver driver=new  FirefoxDriver(); 

if it is also not working, then you need to downgrade your FF

hi I had the same problem, I hope you have solved yours, but maybe my answer can help someone else.

i found firefox 26, selenium 2.48.2 and a webdriver that work very good together. here are the download links:

phpSeleniumWebDrive

selenium-server-standalone-2.48.2

firefox26

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!