in reply to Re: Getting Win32::IE::Mechanize to wait for responses
in thread Getting Win32::IE::Mechanize to wait for responses

you can use
$ie->{agent}->Document->readyState !~ /complete/i){ sleep(0.5); }
It will work I am using this...Hope this is useful Any modification suggestions is appreciated Thanks Abhay K. Singh