Hi Sohail, You will use the watir-webdriver to automate Chrome, Firefox, IE (versions), and Opera. The code you have developed will work on any of the those browsers.
* Line to indicate the browser to run against. @browser = Watir::Browser.new :chrome Joe On Fri, Feb 1, 2013 at 11:10 AM, Sohail Mirza <[email protected]> wrote: > Hi, > > I wanted to know that is it possible to automate Chrome using watir? i did > some google on using watir with chrome but could not find much. > Where can i find some good information about the subject? > > > > Thanks, > Sohail > > -- > -- > 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.
