RE: [Wtr-general] Sleep statements and Attach

2005-08-20 Thread Zeljko Filipin
I have the same problem, but I have not found the solution yet. Zeljko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tuyet Cong-Ton-NuSent: Saturday, August 20, 2005 1:06 AMTo: wtr-general@rubyforge.orgSubject: [Wtr-general] Sleep statements and Attach The code below,

Re: [Wtr-general] Need advice on assert, module/class setup, and Watir

2005-08-20 Thread Bret Pettichord
I suggest that you put your library methods in a Module. Thus: # library.rb module MyLibrary def my_library_method(arg) # code... end end # tests.rb require 'test/unit' require 'library.rb' class TC1 Test::Unit::TestCase include MyLibrary def test_method my_library_method

Re: [Wtr-general] Sleep statements and Attach

2005-08-20 Thread Shao Kang Tat
How about starting up autoit in another thread, then have that process infinite loop until it finds the window? Shao ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] images test fails

2005-08-20 Thread Bret Pettichord
Paul, Did you forget to check in a change to images1.html? This test is failing in HEAD: Loaded suite d:/workspace/watir/unittests/images_test Started... 1) Error: test_image_click(TC_Images): Watir::Exception::UnknownObjectException: Unable to locate object, using name and disabler_test

RE: [Wtr-general] installer issues

2005-08-20 Thread Bret Pettichord
At 04:37 PM 8/20/2005, Jonathan Kohl wrote: To be fair, those were emailed to me by a developer. :) Then he has even less of an excuse. heh. _ Bret Pettichord www.pettichord.com ___ Wtr-general mailing list