Firefox Selenium(Java)不起作用

时间:2014-09-24 07:06:15

标签: selenium webdriver

我正在使用selenium java 2.42和mozilla fire fox-32.0.2版本,当我在eclipse上运行脚本启动谷歌它给了我错误

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

我也尝试降级firefox版本,但错误仍然存​​在。

2 个答案:

答案 0 :(得分:0)

FF v32仅与Selenium 2.43.0+

兼容

FF版本和Selenium版本紧密耦合。

这就是说,你得到的错误并不是我所期望的。服务器是否在127.0.0.1:7055上升?

答案 1 :(得分:0)

使用最新版本2.43.0+更新您的selenium。 因为Firefox驱动程序版本与旧版本的selenium不兼容。