James, Try your tests with the latest 1.5 revision (1079). I've made some changes in the way click_no_wait works and one of them was to attach to the IE window using the window handle (HWND) instead of by title, which can sometimes find the wrong window.
I'm running multiple web scraping sessions on one Windows box with many modal dialogs and I'm not having any problems with simultaneous modal dialogs because I have click_no_wait attach by HWND instead of by window title. David Schmidt Bret Pettichord wrote: > James wrote: > >> I should note, this script will work just fine, if it happens >> that two dialogs are not attempted to be opened simultaneously. >> Once this happens, the process hangs. >> If the opening and closing of modal dialogs occurs sequentially, no problem. >> but simultaneously won't work for me. >> >> Have you had success testing this sort of thing? >> >> >> > Upon reflection on the methods we use to open modal dialogs, i can see > how they could get confused and not work correctly. Please open a bug > report in Jira for this. > > Bret > _______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general