On Fri, Nov 26, 2010 at 12:10 PM, Sudeep <sudeeppattn...@gmail.com> wrote:
> require 'Watir'     or
> require 'watir'

You should only use require 'watir'

> irb(main):002:0> require 'watir'
> LoadError: no such file to load -- watir

Do you have Watir installed?

Try this from command line: gem list watir

Also, maybe you have to require rubygems first. Try this in IRB:

require "rubygems"
require "watir"

Željko
--
watir.com - community manager
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to