On Wed, Jan 2, 2013 at 12:24 PM, Sophia Sunitha <[email protected]>wrote:
> NameError: uninitialized constant Watir Please provide the entire IRB session, and watir version. Are you using watir-classic or watir-webdriver gem? The problem could be that you did not require the gem. One of these could fix the problem: require "watir" or require "watir-classic" or require "watir-webdriver" Željko -- https://leanpub.com/watirbook -- 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]
