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
been a couple of changes, notably this workaround that might make it
worthwhile.

-c

On 4/11/07, Parv <[EMAIL PROTECTED]> wrote:


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

___
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 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


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

2007-04-09 Thread Parv
i've been using watir 1.5.1.1158 for a while.  Recently i've getting the error: 
C:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1839: unknown 
property or method `readyState' (WIN32OLERuntimeError) Access is denied.   
from C:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1839:in `wait'
from C:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:326:in 
`wait'
from C:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:2592:in 
`click'

in my scripts, even though i can interact with the web app fine.  This error 
occurs regardless of how responsive the SUT is.  

This error has been occurring as a result of each user interaction that results 
in page load or redirection.

Can anybody offer some help or suggestions.

Thanks.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general