Thanks John, I've added the missing colon.. Now, the code throws me two Warnings, which I get rid off with setting the logger to Error level, and the program seems to continue allright!
Thanks Brett and John! Tomorrow I'll implement this at customer's site and let you know.. cheers! Rodrigo Julian Martin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Castellucci Sent: Martes, 09 de Mayo de 2006 04:22 p.m. To: [email protected] Subject: Re: [Wtr-general] [question] access denied OLE error code:80070005 >class Watir::IE > attr_accessor error_checkers >end >$browser = IE.new >And it throws me this output >undefined local variable or method `error_checkers' for Watir::IE:Class (NameError) I suspect the offender is the missing colon (:) before error_checkers in attr_accessor (it's expecting a symbol). Try: attr_accessor :error_checkers _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
