I use the following to open a webpage with the intent to have the IE window maximized. However, the window opens in a small size.
my $ie = Win32::IEAutomation->new(visible=>1, maximize=>1);
$ie->gotoURL('http://www.google.com', 0);
Is there anything that needs to be done differently? Are there other
packages that can do the IE window maximization?
Thanks for your input.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
