I was able to write a Perl Win32::GuiTest to do the following:
@window = FindWindowLike(0,"File Download","");
SetForegroundWindow($window[0]);
SendKeys("{SPACE}");
which I can call via system("perl dismiss.pl") in Ruby. I can't seem to
get the synchronization right though as I call ie.form().button().click right beforehand.
Suggestions? I'm aware of the AutoIT interface but I've had more luck with the
perl script working correctly when I execute it manually.
Thanks,
Chris Schmechel
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general