Re: [Wtr-general] error happened when calling verify_match() ...

2007-01-23 Thread Ċ½eljko Filipin
On 1/23/07, Jason He <[EMAIL PROTECTED]> wrote: I found that these methods are defined in watir/assertions.rb. Did I miss anything when use those methods? Try adding this at the beginning of the script. require 'watir/assertions' -- Zeljko Filipin zeljkofilipin.com __

[Wtr-general] error happened when calling verify_match() ...

2007-01-22 Thread Jason He
Hi, I tried to use Verification methods verify verify_equal verify_match Included Modules (Test::Unit::Assertions ) The script as follow, --- require 'watir' require 'test/unit/assertions' $ie = Watir::IE.new ..