The ChromeDriver binary may not be installed. http://code.google.com/p/selenium/wiki/ChromeDriver
And Dan pointed out that watir-webdriver needed to be installed. After that, Watir::Browser.new should work fine. On Tuesday, January 21, 2014 6:07 AM, Dan <[email protected]> wrote: You have to be more specific about it not working. We need logs, stacktraces, etc. to be able to help diagnose your issue. On Tuesday, January 21, 2014 5:23:30 AM UTC-5, Priti Fhuse wrote: browser = Watir::Browser.new :chrome not works on my machine > >On Thursday, January 16, 2014 12:02:06 AM UTC-8, Priti Fhuse wrote: >i fetch chrome by >>system('start http://www.google.com') coz browser = Watir::Browser.new >>:chrome not works on my machine >> >>this line in watir >>but how to write further script >> >> >>1> i want to click in chrome >>2> -- -- 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. -- -- 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.
