Re: [Wtr-general] Is there a way to over ride Watir's checking if IE isbusy?

2007-02-01 Thread Paul Rogers
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:

Re: [Wtr-general] Is there a way to over ride Watir's checking if IE isbusy?

2007-02-01 Thread Adam Reed
So basically the test never starts because IE is never finished loading the items on the page? I've witnessed this also with slow-loading images on our staging servers. IE hangs out (no pun intended) until the final image shows and then tests away. It may be a low-tech resolution, but if I'm