in reply to Re: Getting Win32::IE::Mechanize to wait for responses
in thread Getting Win32::IE::Mechanize to wait for responses
It will work I am using this...Hope this is useful Any modification suggestions is appreciated Thanks Abhay K. Singh$ie->{agent}->Document->readyState !~ /complete/i){ sleep(0.5); }
|
|---|