and please also run the following command

gem env

to know what version of rubygems and ruby you run

On Fri, Feb 6, 2009 at 7:24 AM, Al Snow <jasn...@gmail.com> wrote:
>
> Jasmin,
>      Run "gem list" and send the output to this mailing list so we
> can see your installed gems.
> Thanks,
> Al
>
> On Feb 6, 4:19 am, Jaz <jasmin.chazarr...@gmail.com> wrote:
>> Al,
>>
>> I got this message when I ran the file:
>>
>> U:\Watir>ruby two-minute.rb
>> two-minute.rb:7: undefined method `goto' for #<Watir::IE:0x2d363d0>
>> (NoMethodErr
>> or)
>>
>> On Feb 5, 8:17 pm, Al Snow <jasn...@gmail.com> wrote:
>>
>> > Jasmin,
>>
>> > Put this in a file, two-minute.rb, and run "ruby two-minute.rb" on it.
>>
>> > require "watir"
>>
>> > ie = Watir::Browser.new
>>
>> > ie.goto "http://www.google.com";
>>
>> > ie.text_field(:name, "q").set "WSO2 WSAS"
>>
>> > ie.button(:name, "btnG").click
>>
>> > Call me on Google Talk if you have problems.
>>
>> > Thanks,
>> > Al
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to