Hi,

I have just started writing scripts in WATIR.
When I write the command " gem -v " I am getting the result as 1.3.7 .

But I am getting the following error in the command prompt while I
write the command :

require 'Watir'     or
require 'watir'

It shows the following error message

C:\Documents and Settings\sudeepp>irb
irb(main):001:0> require 'Watir'
LoadError: no such file to load -- Watir
        from (irb):1:in `require'
        from (irb):1
irb(main):002:0> require 'watir'
LoadError: no such file to load -- watir
        from (irb):2:in `require'
        from (irb):2

Please can you guide me as I am completely new to writing scripts in
WATIR. Do I need to load some files to get rid of this error???


Thanks in advance,
Sudeep.

-- 
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