in reply to Driving Internet Explorer with Perl

Chill on the system resources with a 250 msec sleep while we wait.

while( $IE->{Busy} ) { while ($IE->SpinMessageLoop()) { select undef,undef,undef,0.25 } }

cheers

tachyon

Replies are listed 'Best First'.
Re^2: Driving Internet Explorer with Perl
by Shival (Initiate) on Feb 24, 2014 at 13:29 UTC
    Hi Tachyon, Thanks for the script. I still get error that "unable to find my form ". Any clue?
        Oops !! 9 years..:( Yes I have to automate driving IE with different web browser and calculate page load time for each browser.