【发布时间】:2015-11-07 05:28:28
【问题描述】:
我收到以下错误:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
我正在尝试在 Ubuntu 机器上使用 ruby gem watir 运行 Rspec。
但我在 Firefox 42 上不断收到此错误。
我不确定我需要做什么来解决这个网络问题。
阅读以下内容,但我正在使用更高版本的 Firefox:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
Unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
gem 更新 selenium-webdriver
【问题讨论】:
-
验证您使用的是 selenium-webdriver 版本 2.48.1。 Firefox 42 确实可以在 Ubuntu 上使用该版本的 gem。
-
谢谢,我做了一个捆绑更新,应该是这样,但我可以去检查一下......
-
* selenium-webdriver (2.48.1) --- 所以我认为问题一定是别的。
-
你想无头运行吗?你是在本地运行还是远程运行?手动启动 Firefox 可以吗?
标签: ruby firefox rspec watir watir-webdriver