Windy,
            No that wait has nothing to do with the issue that I am
having. I can already interact with a modal dialog window, I launch
the modal window with click_no_wait and then wait in a 30 second loop
that breaks as soon as the modal window with
ie.modal_dialog(:title,"sometitle") is present.
The issue that I am having is when I do a click_no_wait in the
sometitle modal window to open another modal window
ie.modal_dialog(:title,"sometitlepart2").
For some reason the click_no_wait does not launch the second modal
window. (click works to open the second modal window, but of course I
am unable to interact with it :) )

I am looking at outer ways of clicking on the button that launches the
second modal window with either autoit or win32ole.

On May 6, 5:15 pm, arti <[email protected]> wrote:
> I am having difficulty usingclick_no_waitto open a  second modal
> window that is a child of the first modal window.click_no_waitdoes not open 
> the modal window, click works to open the
> second modal window but then when the window is open, I am unable to
> interact with it.
>
> Ruby Version :
> ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
>
> Watir Version:watir (1.6.5)
>
> Browser:IE 8.0.76
>
> Autoit
> Autoit v3
>
> --
> Before posting, please readhttp://watir.com/support. In short: search before 
> you ask, be nice.
>
> You received this message because you are subscribed 
> tohttp://groups.google.com/group/watir-general
> To post: [email protected]
> To unsubscribe: [email protected]

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to