It happens only on Vista

On Dec 9, 2:10 am, Bret Pettichord <[EMAIL PROTECTED]> wrote:
> Larry,
>
> We've had multiple reports of this problem with click_no_wait, but I
> have not been able to reproduce them.
>
> Bret
>
> [EMAIL PROTECTED] wrote:
> > Hey all -
>
> > I'm trying to dismiss popups as described at
> >http://wiki.seleniumhq.org/display/WTR/JavaScript+Pop+Ups, solution
> > #5.  The first problem was that watir/contrib/enabled_popup was
> > unhappy, but that was fixed by requiring watir/ie (per another post
> > from this 
> > group,http://groups.google.com/group/watir-general/browse_thread/thread/f3d...).
> > Now, though, it gets to the click_no_wait line and apparently does
> > nothing.  Or, not quite nothing: when Ruby selects anything, a link or
> > a field or a button or a whatever, it highlights it yellow, and I can
> > see that it's selecting the correct button.  It just doesn't click it.
>
> > In other words, if I use BROWSER.button(:id,
> > "Btndelete").click_no_wait nothing happens except the button turns
> > yellow for a split-second; if I use BROWSER.button(:id,
> > "Btndelete").click it actually clicks (but then, of course, the popup
> > code never executes).  I've got Ruby 1.8 and Watir 1.6.2.  Thanks in
> > advance...
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to