I checked through the discussions here, and there are two jira tickets
around ready state 446 and 466 that I could find, but neither really
seemed to address this issue.

The error occurs on the website I'm testing on a form submit.  There
is also a javascript call that occurs if the submit takes longer than
3 seconds, an overlay "loading" image loads onto the screen.  The
error is intermittent, and not reliably reproducible but seems to
occur more frequently on the times that the JS call occurs.

i'm using Watir 1.8.0, and IE8.
here is the important parts of the stack:
Exception:unknown property or method: `readyState'
    HRESULT error code:0x80004005
      Unspecified error
C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-1.8.0/lib/watir/ie-class.rb:
511:in `method_missing'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-1.8.0/lib/watir/ie-class.rb:
511:in `block in wait'
C:/Ruby192/lib/ruby/1.9.1/timeout.rb:57:in `timeout'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-1.8.0/lib/watir/ie-class.rb:
489:in `wait'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-1.8.0/lib/watir/element.rb:
231:in `click'

I have tried doing a bit of debugging at least to see what's
happening, adding a puts doc.readyState inside the until loop on line
511, but to no avail.  It always comes back with complete or loading
when it works, and when it gets the exception, i don't get the print
out.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to