I have written the following code > > > require 'watir' > b=Watir::Browser.new :firefox > > b.goto 'www.google.com'
It opens the firefox but it's not entering url there, it's waiting for some time and it's throws the following error > > C:/Ruby23/lib/ruby/gems/2.3.0/gems/selenium-webdriver-3.0.1/lib/selenium/webdriver/remote/response.rb:69:in > > `assert_ok': Missing 'marionetteProtocol' field in handshake > (Selenium::WebDriver::Error::UnknownError) The same code works for Chrome. Can anyone help me to figure out the problem? -- -- 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.
