我正在寻找帮助调试这个组合:
Rails 5,rspec-rails,capybara,selenium-webdirver,firefox和Ubuntu 16.04。
当我尝试运行功能规范时,我看到了这个错误:
Selenium::WebDriver::Error::WebDriverError:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
我用来重现此错误的回购列表如下:
https://github.com/danbikle/rbug
要重现此错误,请按以下步骤操作:
cd /tmp
git clone https://github.com/danbikle/rbug
cd rbug
bundle install
bin/bundle exec rspec spec/features/firefox_spec.rb
我欢迎有关如何调试此错误的任何线索。
-Dan
bikle101 at gmail