Firefox 未加载 url

Firefox is not loading the url

require 'watir-webdriver'

b=Watir::Browser.new 

b.goto 'www.google.com'

我正在编写上面的代码以在 firefox 中打开 google.com,但问题是,即使在打开 firefox 浏览器后控件也不会离开第二行,稍后它会抛出下面给出的错误,可以有人建议我如何解决这个问题吗?

/webdriver/firefox/launcher.rb:90:in `connect_until_stable': unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) (Selenium::WebDriver::Error::WebDriverError)

这偶尔会弹出,似乎最好的选择之一就是更新 selenium-webdriver gem。这对我有用。

gem update selenium-webdriver

我目前 运行 使用 selenium-webdriver (2.53.4) 没有任何问题。