I had the same problem once too. Take a look at the wait method

it has these lines
        while @ie.busy

and

      until @ie.readyState == READYSTATE_COMPLETE do


you might be able to remove or the other

Paul


----- Original Message ----- 
From: "Nathan" <[EMAIL PROTECTED]>
To: <wtr-general@rubyforge.org>
Sent: Thursday, February 01, 2007 12:56 PM
Subject: [Wtr-general] Is there a way to over ride Watir's checking if IE 
isbusy?


>I am trying to test a website that has streaming content, and it seems that 
>because this content is streaming, IE never returns that it is no longer 
>busy.  Is there some way around this?  I am unable to do anything on the 
>site in these cases.
>
> Thanks,
>
> Nathan
> ---------------------------------------------------------------------
> Posted via Jive Forums
> http://forums.openqa.org/thread.jspa?threadID=6392&messageID=18036#18036
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
> 


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to