解决selenium与firefox版本不兼容问题
Posted 知行Lee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决selenium与firefox版本不兼容问题相关的知识,希望对你有一定的参考价值。
Python环境下类比
个人使用
32位环境
Python 2.7.12
Selenium 2.53.6
Firefox 47.01
安装selenium可用pip选择对应版本,参考另一教程。
因为在用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版本,如下所示:
里面可以找到对应的记录,仔细阅读即可。
我挑选的第一个匹配
v2.53.1
=======
Firefox:
* Update to allow use with Firefox 47.0.1
selenium-server-standalone-2.53.1.jar
firefox47
以上是关于解决selenium与firefox版本不兼容问题的主要内容,如果未能解决你的问题,请参考以下文章
如何解决Selenium IDE与Firefox的不兼容问题?
selenium-java-2.42.2.jar与哪个版本的firefox兼容
哪个 Firefox 版本与 Selenium 2.53.0 兼容?