Hi Everyone, I just started using Watir for automation. So far it has not been that bad.However, my application only works on Chrome. So i have started using Watir for Chrome. *It's been working fine except it shuts down as soon as it finds an error unlike in IE*. Can anyone find a solution for that. I've been almost half of the application and now it's been difficult to code from the debugging point since it shuts it down and i have to do it manually to get into that debugging point and start over again.I installed watir-webdriver and chrome driver as well.
sample code require 'rubygems' require 'watir-webdriver' b=Watir::Browser.new :chrome .It starts it then it shuts down............ .... -- 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]
