I see what the problem is. This actually happened to a couple of guy here as well. You downloaded chromedriver2 which doesn't appear to be ready for prime time. I can tell because I see chromedriver=0.8. Download one of the servers that doesn't have 2 at the end of the name such as this one:
https://chromedriver.googlecode.com/files/chromedriver_win_26.0.1383.0.zip On Tuesday, April 30, 2013 12:17:03 PM UTC-4, agrant wrote: > > Thanks for responding Dan when when I load Watir/Wedriver that loads fine. > Even when I load IE/FF but I only get the error in the Chromelog when I try > to load Chrome with browser = Watir::Browser.new :chrome. I put the 32bit > Driver in the correct location which is the ruby/bin so I am not sure why I > am getting the error. > > On Monday, April 22, 2013 1:38:16 PM UTC-4, HoodRules Street Safety wrote: >> >> *I am receiving the below error in my chromedriver.log and I suspect it >> is because I don't have the Chrome Win64. * >> >> >> [0422/115838:INFO:chromedriver_server.cc(76)] Handling request: /session >> {"desiredCapabilities":{"browserName":"chrome","version":"","platform":"ANY","javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":false,"nativeEvents":false,"rotatable":false,"chromeOptions":{"detach":true},"chrome.detach":true}} >> [0422/115839:INFO:chromedriver_server.cc(81)] Done handling request: 200 >> {"sessionId":"","status":13,"value":{"message":"unknown error: unrecognized >> chrome option: detach\n (Driver info: chromedriver=0.8,platform=Windows NT >> 6.1 SP1 x86_64)"}} >> [0422/115839:INFO:chromedriver_server.cc(76)] Handling request: >> /session/url >> [0422/115839:INFO:chromedriver_server.cc(81)] Done handling request: 200 >> {"sessionId":"url","status":100,"value":{"message":"no such session: url\n >> (Driver info: chromedriver=0.8,platform=Windows NT 6.1 SP1 x86_64)"}} >> [0422/115839:INFO:chromedriver_server.cc(76)] Handling request: >> /session/title >> [0422/115839:INFO:chromedriver_server.cc(81)] Done handling request: 200 >> {"sessionId":"title","status":100,"value":{"message":"no such session: >> title\n (Driver info: chromedriver=0.8,platform=Windows NT 6.1 SP1 >> x86_64)"}} >> >> >> *When I go to the below page I only see Chrome WIN32 which I downloaded >> but that still doesn't resolved the issue because I have a 64bit machine. >> Do you have Chrome WIN64? Or am I misunderstanding the issue?* >> >> https://code.google.com/p/chromedriver/downloads/list >> > -- -- 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/groups/opt_out.
