Re: Can't download file with Win32::GuiTest

2005-11-11 Thread Ed Zarger
From: Earthlink-m_ryan To: perl-win32-users@listserv.ActiveState.com Sent: Wednesday, November 09, 2005 3:39 PM Subject: Can't download file with Win32::GuiTest I am using Win32::SAM and Win32::GuiTest to navigate through a Website and export a file. I wan

Can't download file with Win32::GuiTest

2005-11-09 Thread Earthlink-m_ryan
I am using Win32::SAM and Win32::GuiTest to navigate through a Website and export a file. I want to save a file and can’t get past the ‘File Download’ window. My code is as follows-   Use strict; Use warnings; use Win32::OLE qw(EVENTS); use Win32::SAM; use Win32::GuiTest qw(SendKeys);