/Users/nobu/.rvm/gems/ruby-1.9.2-p290/gems/selenium-webdriver-2.9.1/lib/selenium/webdriver/firefox/launcher.rb:77:in `connect_until_stable': unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) (Selenium::WebDriver::Error::WebDriverError)
I got this error with Firefox 8 (beta channel). With 7.0.1 which is the stable version, works well.
On this article it uses Celerity, but it gets the below error:
% HEADLESS=1 cucumber Celerity only works on JRuby at the moment. (RuntimeError) |
Actually his source code looks different from his original one on the article. I couldn’t find Celerity in the latest codes.
I’m still exploring.