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 | |
by marto (Cardinal) on Feb 24, 2014 at 13:36 UTC | |
by Shival (Initiate) on Feb 24, 2014 at 14:05 UTC | |
by Shival (Initiate) on Feb 24, 2014 at 14:07 UTC | |
by marto (Cardinal) on Feb 24, 2014 at 14:12 UTC |