are you sure you're using the name attribute? the ruby code you include in your first message says you're using "ie.radio(:name, ..." but the exception suggests you are using "ie.radio(:id, ..."
I can't see anything else obvious. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jassi Akkal Sent: Thursday, May 18, 2006 3:39 PM To: [email protected] Subject: Re: [Wtr-general] need help with radio button I get following exception "c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1928:in `assert_exists': Unable to locat e object, using id and selectionids (Watir::Exception::UnknownObjectException) from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3145:in `set' from C:/SmokeTest/login_test.rb:31 I also tried radio.focus but it did not worked. Thanks Jassi Akkal _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
