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

--- "Lillis, Dara" <[EMAIL PROTECTED]> wrote:

> can you tell us what happens? (that is, elaborate on
> "not working")
> 
> do you get an error message/exception?
> 
> I have encountered radio buttons where I needed to
> use radio.focus
> rather than radio.set to get them to work correctly,
> but I can't tell if
> that is the same problem you're having. might be
> worth a try...
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Jassi Akkal
> Sent: Thursday, May 18, 2006 2:28 PM
> To: [email protected]
> Subject: [Wtr-general] need help with radio button
> 
> Hi,
> 
> I am very new to the watir and i have been
> struggling with not being
> able to select the radio button. My HTML code is
> listed below
> 
> 
>                                                     
> 
> <input type="radio"
> name="selectionids
> value='8bf19f48-9462-4285-90ef-241f4fd5f7f7'
> 
> I used ie.radio(:name,
>
"selectionids",'8bf19f48-9462-4285-90ef-241f4fd5f7f7').set,
> but it is not working for me.
> 
> I will appreciate any help.
> 
> Thanks
> 
> Jassi Akkal
>                             
> 
> jassi akkal
> [EMAIL PROTECTED]
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around
> http://mail.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
> 


jassi akkal
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to