unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) ubuntu

前端 未结 1 1883
小蘑菇
小蘑菇 2021-02-19 13:33

I had working selenium with my firefox, but today morning when i ran my test i got the same error. I updated selenium-webdriver for current version ( 2.38 ), but i still have th

相关标签:
1条回答
  • 2021-02-19 14:16

    I've found the same problem in Mac OS X Mavericks after I updated the Firefox 26.

    I solved the problem by updating the selenium-webdriver gem

    In your gemfile, replace your current selenium-webdriver gem line with

    gem "selenium-webdriver", "~> 2.38.0"

    In your console, gem update selenium-webdriver.

    Then bundle install.

    Try the running the test after.

    0 讨论(0)
提交回复
热议问题