in reply to Win32:: How to tell when Default browser url has loaded
sub Wait_For_Complete_Load { while($agent->{agent}->Document->readyState !~ /complete/i) { sleep(1); } } [download]