ruby - Unable to run a simple Watir script -
i trying run simple watir script on system getting error. tried 2.2.4, 2.1.8 , 1.9.3 nothing works me. long time used work on watir on v1.8.7 , on 2.x version, can't remember different did then.
following code tried execute v1.9.3 on win7 x64bit.
require 'rubygems' require 'watir-webdriver' print "hello" b = watir::browser.start 'http://www.google.com'
with error "unable obtain stable firefox connection in 60 seconds (127.0.0.1:7055) (selenium::webdriver::error::webdrivererror)".
i tried using watir instead of 'watir-webdriver' doesn't work. watir, watir-webdriver, watirclassic , selenium-webdriver installed.
it mozilla bug in firefox 47 broke things. has been fixed. update selenium-webdriver gem 2.53.4 , work firefox 47.0.1
Comments
Post a Comment