Edge118 has asked for the wisdom of the Perl Monks concerning the following question:
The error I get is: "WaitWindow" is not exported by the Win32::GuiTest module Can't continue after import errors at gui.pl line 1 BEGIN failed--compilation aborted at gui.pl line 1.use Win32::GuiTest qw(WaitWindow GetForegroundWindow SetForegroundWind +ow SendKeys); system("start WINWORD.exe"); sleep 3; $parentWindow = GetForegroundWindow(); SendKeys("%of"); $success = WaitWindow('^Font$',1); print $success;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with WaitWindow() in Win32::GuiTest
by particle (Vicar) on Jul 27, 2004 at 15:55 UTC | |
by Edge118 (Initiate) on Jul 27, 2004 at 16:44 UTC |