解决Selenium与firefox浏览器版本不兼容问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Selenium与firefox浏览器版本不兼容问题相关的知识,希望对你有一定的参考价值。

因为在用java打开firefox浏览器的时候报错

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

在网上查阅了说是兼容问题

然后就开始找selenium版本与对应firefox版本匹配的记录

各firefox版本下载地址

http://ftp.mozilla.org/pub/firefox/releases/

各selenium jar包下载地址

http://selenium-release.storage.googleapis.com/index.html

在selenium下载页面 http://www.seleniumhq.org/download/ (需FQ) 各个版本的changelog中,会记录支持的firefox版本,如下所示:

里面可以找到对应的记录,仔细阅读即可。

以上是关于解决Selenium与firefox浏览器版本不兼容问题的主要内容,如果未能解决你的问题,请参考以下文章

如何解决Selenium IDE与Firefox的不兼容问题?

selenium-java-2.42.2.jar与哪个版本的firefox兼容

selenium启动firefox打开导入向导问题解决

Selenium2学习-038-firefoxwebdriver版本不对称问题解决:org.openqa.selenium.firefox.NotConnectedException: Unable(

selenium3 踩坑--move_to_element()报错

selenium3.7版本无法new WebDriver Firefox()解决方法