Yep! It's an issue with IE trying to re-open itself too quickly while closing. From what I've seen on the list and tried personally, the sleep statement is the exact solution you're looking for.
Adam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Norm Sent: Thursday, October 12, 2006 3:15 PM To: [email protected] Subject: Re: [Wtr-general] Intermittent RPC error I determined that it was a timing thing with closing/opening browsers, I added a "sleep 1" inbetween and haven't got the error in a couple of days. I think it is just going too fast for the system sometimes... --------------------------------------------------------------------- Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=4500&messageID=13163#13163 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
