Hi guys,
I got the following error and am having trouble getting around it:
d:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1830:in
`method_missing': document (WIN32OLERuntimeError)
OLE error code:80070005 in <Unknown>
Access is denied.
HRESULT error code:0x80020009
Exception occurred. from
d:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1830:in `wait'
from d:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1829:in `times'
from d:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:1829:in `wait'
from d:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir.rb:2577:in `click'
from google-check-out.rb:33
>Exit code: 1
I searched the posts and found the following, but it did not help. I am
clicking a button that takes IE to a URL in a different domain. I do
eventially end up on the right page in IE, but the exception keeps the script
from continuing.
class Watir::IE
attr_accessor :error_checkers
end
$ie = Watir::IE.new
$ie.error_checkers = []
Does anyone have any other suggestions?
Thanks,
Jim Matthews
_______________________________________________
Wtr-general mailing list
[EMAIL PROTECTED]
http://rubyforge.org/mailman/listinfo/wtr-general