On 1/24/06, Richard Lawrence <[EMAIL PROTECTED]> wrote:

Is there a way I can disable error checking on these attach calls? I don't care if the content of the window is good; I just want to close it.

This might work:

class BetterIE << Watir::IE
  def add_checker; end
end

ie = BetterIE.attach("that crummy window")
ie.close

Let us know whether this works.
 
Bret
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to