Hi Paul, thanks, 1.4 addressed the issue.
Regards, Fred -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Rogers Sent: Friday, August 05, 2005 1:59 AM To: [email protected] Subject: RE: [Wtr-general] RE: Cannot Identify "Cancel" 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 02:04 To: [email protected] Subject: [Wtr-general] RE: Cannot Identify "Cancel" Hi Paul, thanks for the response. I have tried as recommended and it prompts, reset name=reset id= value=Cancel alt= src= irb(main):012:0> ie.reset(:value , 'Cancel').flash Watir::Exception::UnknownObjectException: Unable to locate object, using value and Cancel from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1979:in `object_exist_check' from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:2106:in `flash' from (irb):12 from ?:0 Regards, Fred ------------------------------------------------------------ Date: Wed, 03 Aug 2005 21:12:01 -0600 From: Paul Rogers <[EMAIL PROTECTED]> Subject: RE: [Wtr-general] Cannot Identify "Cancel" To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII This is a reset button. In the current release you need to do Ie.reset(:value , 'Cancel').flash In the next release, the code you are using will work as we have combined reset objects in with button Paul Send instant messages to your online friends http://asia.messenger.yahoo.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general Send instant messages to your online friends http://asia.messenger.yahoo.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
