Re: [Wtr-general] unknown property or method `readyState'

2007-05-08 Thread Bret Pettichord
I'm not sure i understand the context (is this supposed to be part of a thread? because it isn't). In any case, there are some recent changes that I made to trunk that might fix this problem. Bret Ken Lim wrote: Good day. Hope I understood your request for stack traces correctly. Please

Re: [Wtr-general] unknown property or method `readyState'

2007-05-07 Thread Ken Lim
Hi, Good day. Hope I understood your request for stack traces correctly. Please see below: WIN32OLERuntimeError: unknown property or method `readyState' HRESULT error code:0x80070005 Access is denied. C:/Program Files/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1164/./watir.rb:1819:in

Re: [Wtr-general] unknown property or method `readyState'

2007-04-20 Thread Adam Reed
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Thursday, April 19, 2007 5:04 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] unknown property or method `readyState' Adam Reed wrote: You know, I've been user the older dev version of watir and just started

Re: [Wtr-general] unknown property or method `readyState'

2007-04-18 Thread Bach Le
Hi Charley, I just installed 1165 today and I have noticed the same error that was mentioned in this thread. The error revolves around the following piece of code: documents_to_wait_for = [EMAIL PROTECTED] while doc = documents_to_wait_for.shift until doc.readyState ==

Re: [Wtr-general] unknown property or method `readyState' (WIN32OLERuntimeError)

2007-04-11 Thread Parv
Some more info. The application i'm testing uses a lot of frames. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] unknown property or method `readyState' (WIN32OLERuntimeError)

2007-04-11 Thread Charley Baker
It's likely your frames are throwing errors with cross site scripting issues. You might try updating to the latest version of watir 1.5.1.1165 in svn. Installation instructions are included on the FAQ site. I may end up making a gem from the current source today. It's been a while and there have