[Wtr-general] [question] access denied OLE error code:80070005
Bret Pettichord
bret at pettichord.com
Tue May 9 14:26:05 EDT 2006
On 5/9/06, Rodrigo Julian Martin <rodrigo.martin at enratio.com> wrote:
>
> One question Brett.. where should I put that code? On my script source or
> in Watir.rb?
>
This code can really go anywhere. It modifies the base Watir::IE class, but
doesn't have be in the watir.rb file.
class Watir::IE
attr_accessor error_checkers
end
This code needs to run on your ie object after you have created it and
before you use it.
ie.error_checkers = []
Bret
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060509/715dc434/attachment.html
More information about the Wtr-general
mailing list