Jassi,

I'm guessing that there is a close quote after the 'name="selectionids' 
below?  If so, then this should work for you:

ie.radio(:name, 'selectionids', 
'8bf19f48-9462-4285-90ef-241f4fd5f7f7').click  (or .set)

If the HTML isn't well formed and there *is* a missing quote then 
perhaps you can click on it by just using the value as in:

ie.radio(:value, '8bf19f48-9462-4285-90ef-241f4fd5f7f7').click  (or .set)

If there *is* a closing quote then either of those should work.

David Schmidt
[EMAIL PROTECTED]

Jassi Akkal wrote:
> 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

Reply via email to