2

这已经给了我一整天的地狱。我已经尝试安装旧版本或同时安装 WebDriver 和 FireFox,我无法逃避这个错误!帮助将不胜感激!

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1     on port 7055 after 45000 ms. Firefox console output:
*** LOG addons.manager: Application has been upgraded
*** LOG addons.xpi: startup
*** LOG addons.xpi: Skipping unavailable install location app-system-local
*** LOG addons.xpi: Skipping unavailable install location app-system-share
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: 
4

2 回答 2

0

这个错误信息清楚地表明firefox浏览器版本和selenium版本不兼容。请对两者进行更新,这将很容易解决。

我个人也遇到过同样的情况,网络上有很多例子,比如link1或者有时杀毒软件也会阻止同样的事情,比如link2

当我将 firefox 浏览器更新到最新版本但不是 selenium 版本时,我遇到了同样的问题。一旦我更新了它,我的框架就会顺利运行。

于 2013-09-06T04:42:59.733 回答
0

错误消息是不言自明的。

升级FF 升级selenium版本

做一个 mvn clean 编译

如果它仍然不起作用,请尝试删除 .m2/repository/* 内容,然后进行干净的编译/安装

这对我有用。

于 2013-12-16T18:34:54.510 回答