Re: [Wtr-general] frame error in waitreadyState

2006-05-20 Thread David Schmidt
Manish, It's a bit hard to tell exactly what's occurring without seeing the HTML or the Watir script involved, but I've seen this type of error before. It's a COM error trying to send a command to IE, and from the trace I'd guess it was a wait command. Since it was right after a click I'm

Re: [Wtr-general] frame error in waitreadyState

2006-05-20 Thread Bret Pettichord
On 5/20/06, Manish Sapariya [EMAIL PROTECTED] wrote: W, [19-May-2005 16:15:24#3268] WARN -- : frame error in waitreadyState OLE error code:0 in Unknown No Description HRESULT error code:0x80070005 Access is denied.c:/program

Re: [Wtr-general] frame error in waitreadyState

2006-05-20 Thread Manish Sapariya
This is intermittent problem and not reproducible always. By defaulting function I mean CreateAndScheduleImageSearch function does fail always. I run this function in loop with multiple arguments. But when I run it again with the single argument it works fine. The only change that I make is to

Re: [Wtr-general] frame error in waitreadyState

2006-05-20 Thread Manish Sapariya
I will try latest code from svn. I am seeing some other intermitten failures as well, which I am not sure is in my script or watir code. Will keep eye on it. Are there any tools that I can use to keep eye on such intermittent problems. Thanks and Regards, Manish On 05/20/2006 12:01 PM, Bret

[Wtr-general] frame error in waitreadyState

2006-05-19 Thread Manish Sapariya
I get following error when I run my script. However when I run script with the defaulting function alone, it works fine. Any ideas? Has anyone run into this kind of issue. Please let me know if you need more details to help. --- W, [19-May-2005 16:15:24#3268] WARN -- : frame