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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/