无法在60秒内获得稳定的Firefox连接(127.0.0.1:7055)(Selenium :: WebDriver :: Error :: WebDriverError)

时间:2015-06-18 13:22:29

标签: ruby firefox selenium

我有Windows操作系统 我正在尝试运行Tor Browser,但是我收到了这个错误 无法在60秒内获得稳定的Firefox连接(127.0.0.1:7055)(Selenium :: WebDriver :: Error :: WebDriverError)

这是我的代码:

path='C:\Tor\Tor Browser\Browser\firefox.exe'
Selenium::WebDriver::Firefox.path = path

session = Capybara::Session.new(:selenium)

session.visit "https://www.google.com/"

0 个答案:

没有答案