首页 > 代码库 > 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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。