首页 > 代码库 > selenium,在Eclipse中打开fireFox浏览器报错:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

selenium,在Eclipse中打开fireFox浏览器报错:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

1. 相信很多同学刚接触selenium时,在Eclipse中打开fireFox浏览器是报报错:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:。。。(异常代码太多此处省略)
 
在网上找了好多方法都是不能解决问题,结果是焦头烂额!
 
2.其实这是selenium的jar包和火狐浏览器不兼容,因为FireFox更新的非常快,解决方法有两个:
 
方法一:在selenium官网下载最新的jar包:
 
Selenium Jar 包下载地址:http://selenium-release.storage.googleapis.com/index.html
 
方法二:下载比较低的FireFox浏览器版本:
 
Firefox各版本下载地址:http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
 
另外说一下在http://www.seleniumhq.org/download/
 

技术分享

 

有selenium版本对应Firefox版本的说明,大家可以根据自己的版本查找下载。

selenium,在Eclipse中打开fireFox浏览器报错:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms