On Sat, Aug 25, 2012 at 3:57 AM, goka priyanka <[email protected]> wrote: > 1.9.3p194 :001 > require 'Watir-webdriver' > LoadError: cannot load such file -- Watir-webdriver
What do you get if you run this in terminal? gem search watir Also, Ruby cares about case, try this: require "watir-webdriver" Željko -- filipin.eu -- 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]
