从我开始 发表于 2015-4-13 17:27:16

用Eclipse运行自己写的selenium总是报错,谁能帮我看看啊

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
求大家帮帮忙呢,java环境变量重新配置,jdk重装都试过了都不行呢

wangzijia 发表于 2015-5-11 17:45:31

上网查一下:

webdriver启动firefox时如果遇到以下错误,则说明selenium的版本和firefox不兼容了,需要升级selenium:

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055
Selenium->FireFox

2.25.0   ->18

2.30.0   ->19

2.31.0   ->20

升级selenium jar包

正常启动firefox

wangzijia 发表于 2015-5-11 18:13:52

为什么用eclipse写python啊。。。用pycharm不更好么,而且Eclipse对于初学者还不如myeclipse好用,因为my的包插件比较齐全

alchaochao 发表于 2015-5-12 18:06:02

这是firefox版本不匹配的原因,我用的firefox24.0+selenium-2.44.0,可以试试
页: [1]
查看完整版本: 用Eclipse运行自己写的selenium总是报错,谁能帮我看看啊