Radio Button value fetching

Hi,

I need to get the radio button active value between two values.

Please check the image attached,

if Yes is clicked , i need to get the value as"Yes", If No is clicked, i need to get the value as “No”, if any one has a similar workflow, please share.

TIAjjja

@Santhosh_Hyd

Please check below thread.

How to automate Radio Button - #2 by Shiva_Karthik

1 Like

Hi,

If on the page, one of the two buttons always gets checked, while the other is unmarked, you can only map the Yes Button, for example, and verify the value of the “checked” attribute using the GetAttribute activity, if the value is True, it is checked, otherwise, it is unchecked. But if both start unchecked, you will have to map the two.

1 Like

Thanks for the reply,any sample worflow?

1 Like

Hi , Thanks for the reply, any sample worflow?

@Santhosh_Hyd

In the above thread, check some sample workflows are there.

1 Like

how to map the button?

no workflows, only explanations are there !

@Santhosh_Hyd

Check this. It’s there.

Radio button - #6 by arivu96

1 Like

Thanks Laxman…

1 Like

Try the exemplo attached.

Good luck!

RadioButton.xaml (8.0 KB)

1 Like

Hi, sorry , yesterday i didnt check the output, i did it like in the sample file, i am getting output as “Yes No” but i want the value of the element whichever is clicked, not the whole data. i am giving “aa name” in the attribute property?