On Monday, August 5, 2013 3:08:11 AM UTC-7, Nikhil Nerkar wrote: > Thanks. Another similar question I have... What is the difference between > require *watir *& require *water-classic *?
Watir is a wrapper around watir-classic (the original IE only version) and watir-webdriver (the new version that supports any browser that webdriver supports) if you require watir, what version you get depends on what browser you start up when you create a new browser object. If you require watir-classic you have the older version that will only work with IE, but is sometimes able to drive IE better than webdriver can (which is why it is still around) > > On Friday, August 2, 2013 6:52:15 PM UTC+5:30, Nikhil Nerkar wrote: >> >> Hi....a silly question :) >> What is the difference between require "watir" & include "watir" ? >> Are they same ? >> > -- -- 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.
