Hi Wesley,
I think it's a javascript pop up and I have tried your suggestions. It seems
that if I use click_no_wait then the test stops before getting to the pop up
window. Otherwise the screen just hangs.
Thanks,
Fatema
On Thu, Oct 9, 2008 at 7:07 PM, wesley chen <[EMAIL PROTECTED]> wrote:
> There is an easy way to deal with your problem:
> require 'watir/dialog'
>
> button***.click_no_wait
> dialog.button('OK').click
> dialog.button('Cancel').click
>
>
> Wesley.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---