This works for me, although I am using ie 6.0. I'm wondering if this is 
broken with ie 7. Can any one else try this out?

Bret

patrick wrote:
> hi,
>
> i am using the foll versions:
>
> win xp sp2
> ruby - 1.8.6
> watir - 1.6.2
> ie - 7.0
>
> my code is as follows:
>
> irb
> require "watir"
> browser = Watir::IE.start('http://www.google.com')
> browser.text_field(:name, 'q').set('Watir')
> browser.button(:name, 'btnG').click_no_wait
>
> however, the "Google Search" button is only highlighted. the button is
> not clicked and the subsequent page is not loaded. I know i can use
> click in this case, however the Click_no_wait is not working in any
> code on my pc. pls help.
>
>
> patrick.
>
> >
>   


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

Reply via email to