James wrote: > I found the ie.modal_dialog function. > And it works, but I have found problems. > > I am working on running multiple threads, each driving their own IE. > > When a modal dialog is opened in one IE instance > an attempt to open the dialog in another instance, hangs my script =[ > > Has anyone else seen this? > > Thanks! > -James > You need to make sure you use click_no_wait when opening modal dialogs or else your script will hang. This is true even if you only have one thread.
Bret _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
