> 4. Use the dialog (this DOESN'T work)
>
> @@browser.modal_dialog.document.all[ actionConfirm ].flash
>   
You need to use click_no_wait. This is a method on Watir objects. When 
you use "document" you are moving down to the OLE layer, which is fine 
for simple clicks, but it does not include support for click_no_wait.

You need to find a way to use a regular Watir command to access these 
objects. Your post did not contain enough information for us to 
recommend what commands might work for you.

Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to