|
Brett, I’ve tried what you suggested
in my script as follows: require 'Watir' include 'Watir' class Watir::IE attr_accessor error_checkers end $browser = IE.new $browser.error_checkers = [] $browser = IE.attach(:title, "test") And it throws me this output Executing 'ruby -C "C:/Documents and
Settings/Administrator/Desktop" "test_popup"' test_popup:3: undefined local variable or
method `error_checkers' for Watir::IE:Class (NameError) Execution completed with exit code 1. Am I doing something wrong? My watir
version is 1.4.1 Thanks for your patience! Rodrigo Julian Martin From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord On 5/9/06, Rodrigo
Julian Martin <[EMAIL PROTECTED]>
wrote: One question Brett.. where should I put that code? On my
script source or in Watir.rb?
|
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
