Someone may have a better idea but I think I've seen something like this in the past and rebooting and/or reinstalling selenium sorted it out. I haven't used FF v29 yet
________________________________ From: gary <[email protected]> To: [email protected] Sent: Wednesday, May 7, 2014 2:43 AM Subject: [wtr-general] error with new firefox hi, has anyone experienced errors with the latest version of firefox (29.0)? basic script extract below used to work: require 'watir-webdriver' @b = Watir::Browser.new @b.goto('www.google.co.uk') but unfortunately now returns: C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/firefox/launcher.rb:79:in `connect_until_stable': unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) (Selenium::WebDriver::Error::WebDriverError) from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/firefox/launcher.rb:37:in `block in launch' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/firefox/socket_lock.rb:20:in `locked' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/firefox/launcher.rb:32:in `launch' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/firefox/bridge.rb:24:in `initialize' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/common/driver.rb:31:in `new' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/common/driver.rb:31:in `for' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver.rb:67:in `for' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/watir-webdriver-0.6.4/lib/watir-webdriver/browser.rb:46:in `initialize' Any ideas anyone? -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
