Yes, it works after I have changed the version of 0.11.1, Thanks. On Monday, November 28, 2016 at 9:17:42 PM UTC+5:30, Titus Fortner wrote: > > I suspect your geckodriver is out of date. You want to be using 0.11.1 > right now. > > Additionally, you can use the new webdrivers gem to have it automatically > manage your drivers for you: > https://github.com/titusfortner/webdrivers#usage > > > > On Monday, November 28, 2016 at 2:32:10 AM UTC-8, Raja gopalan wrote: >> >> geckodriver >> >> On Monday, November 28, 2016 at 3:22:38 PM UTC+5:30, gary wrote: >>> >>> is it the latest geckodriver and the latest v. of firefox? >>> >>> On Friday, 25 November 2016 16:28:43 UTC, Raja gopalan wrote: >>>> >>>> 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.
