[Wtr-general] example/concurrent_search error

2005-08-04 Thread Warren Pollans
Hello, Sorry, if this is obvious - I'm new to ruby, watir, and windows - I'm coming from perl on unix. What have I missed here? I ran the example concurrent_search test and got the following: C:\watir_bonus\examplesruby concurrent_search.rb c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1939:in

RE: [Wtr-general] RE: Cannot Identify Cancel

2005-08-04 Thread Paul Rogers
Hmm. I don't know why that wouldn't work. Could you try using ie.reset(:name , 'reset').flash Or maybe install the 1.4 release and just use ie.button(:name , 'reset').flash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Sent: 04 August 2005

RE: [Wtr-general] Checkboxes with Similar Names

2005-08-04 Thread Bret Pettichord
At 12:57 PM 8/4/2005, Paul Rogers wrote: note I didn't put a comma or anything in between value and 35, as Im not sure what would be best ie.check_box(:name, 'foo', :value , 35) or ie.check_box(:name, 'foo', :value = 35) i would say it should either be ie.check_box(:name, 'foo',

Re: [Wtr-general] Not waiting for browser to be ready

2005-08-04 Thread Bret Pettichord
At 01:40 PM 8/4/2005, Torres, Ben (HQP) wrote: Is there a way to override the built-in wait() after I click on a button from the browser? I tried putting ie.wait(2) after click but it didn't work. ie.button().getOLEObject.click _ Bret Pettichord www.pettichord.com

RE: [Wtr-general] Checkboxes with Similar Names

2005-08-04 Thread Fred
Yep, in my situation, the checkbox are dynamically generated and re-indexed, so I need a unique identifier so as the to have repeatable case. Regards, Fred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Rogers Sent: Friday, August 05, 2005 1:57 AM To: