click_no_wait does not seems to work. any other thoughts?

Thanks
Satish

On May 15, 1:12 pm, orde <ohil...@gmail.com> wrote:
> As Suri suggested, you might want to try click_no_wait instead of
> click when you access the link that spawns the popup.
>
> Also, checkhttp://wiki.openqa.org/display/WTR/Pop+Ups.
>
> Hope that helps...
>
> orde
>
> On May 15, 6:00 am, satish <spanchumar...@gmail.com> wrote:
>
> > Hi Lisa,
>
> > Still I am getting following error..here is my code and error.
> > What I noticed was after I got the popup its staying there just like
> > that, no action is happening. If I respond to that popup by clicking
> > "OK" button popup will close then this error messages are coming.
> > =================================================================================
> > require "watir"
> > require "win32ole"
> > require 'watir/screen_capture'
> > require 'watir\ie'
> > require 'watir\contrib\enabled_popup'
>
> > ie.image(:id,
> > 'ctl00_contentChildWindow_secUserDetails_ctl02_menu_secUserDetails_DXI0_Img').click
> > hwnd = ie.enabled_popup(5)
> > puts hwnd
> > if (hwnd)  #yeah! a popup
> >   popup = WinClicker.new
> >   popup.makeWindowActive(hwnd)
> >   popup.clickWindowsButton("Windows Internet Explorer", "OK", "30")
> > end
> > =======================================================>ruby 
> > Phone_Mask_Test.rb
>
> > C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir\ie.rb:97:
> > warning: already initialized constant ATTACHER
> > C:/Ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.2/lib/watir/waiter.rb:
> > 59:in `wait_until': Timed out after 5.5 seconds.
> > (Watir::Exception::TimeOutException)
> >         from C:/Ruby/lib/ruby/gems/1.8/gems/commonwatir-1.6.2/lib/watir/
> > waiter.rb:80:in `wait_until'
> >         from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir\contrib
> > \enabled_popup.rb:10:in `enabled_popup'
> >         from Phone_Mask_Test.rb:132
>
> > >Exit code: 1
>
> > ======================================================
>
> > Thank you,
> > Satish.
>
> > On May 15, 5:28 am, ash <ashbr...@gmail.com> wrote:
>
> > > There are now a number of threads regarding pop ups including those
> > > referring to javascript alerts.
> > > I have successfully scripted checks for the 'OK' button on an alert
> > > but am now struggling with an alert that has different options and
> > > would gratefully receive any advice out there.
>
> > > On May 15, 8:36 am, suri <sureshreddy....@gmail.com> wrote:
>
> > > > Better to use click_no_wait instead only click- Hide quoted text -
>
> > > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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