On 5/9/06, Rodrigo Julian Martin <[EMAIL PROTECTED]> wrote:
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
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
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
