The 'Opening..' windows just hangs there. I just want it to somehow select 'Ok'. Any tips or meta-hints on what I'm doing wrong is greatly appreciated!use WWW::Mechanize::Firefox; use Win32::GuiTest qw ( SendKeys SetForegroundWindow FindWindowLike MouseClick ); my $mech = WWW::Mechanize::Firefox->new(); $mech->get($downloadpage); #At this point I'm prompted to download the file.. Win32::GuiTest::FindWindowLike('Opening dailyfiles_txt.tar'); Win32::GuiTest::SendKeys("{ENTER}");
In reply to Downloading with Win32::GuiTest by PerlSufi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |