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.
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.
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?