Hi,

I'm pretty new to Watir and I'm having an intermittent problem with
scripts hanging when a web page doesn't fully load.

I'm trying to run:-

Watir::IE.start("http://www.igindex.co.uk";)

This sometimes works but sometimes the the start method doesn't return
and the script simply hangs indefinitely so the rest of the script
doesn't run.

The issue with the website in question is probably due to the fact
that it maintains a permanent http connection to stream data. This may
be causing Watir to think the page hasn't fully loaded.

Is there any way to force a Watir script to continue running before it
thinks the page has fully loaded?

thanks,
Stuart

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to