Win32-IE-Mechanize - Re: Timing problem?

Posted on Sat Nov 11 16:14:37 2006 by erik in response to 3494 (See the whole thread of 8)
Re: Timing problem?
However this finally did it: while($ie->{agent}->Document->readyState !~ /complete/i){ sleep(0.5); }
Write a response