How to automate Radio Button

Hi,
How can I select the radio buttons of the value? I want to automate the radio button which needs to be selected…

Hi @indhu.p01,

You can use get attribute activity or click activity with dynamic selector. To automate the radio button.

Regards,
Shiva Karthik

Hi Indu

  1. Compare attribute value of radio button and click until the status changes in retry scope.
  2. Execute javascript using inject js activity
  3. Even use normal click activity and try simulate if you want it work in background
  4. If it is a list of radio buttons housed in a div then get all children and iterate through elements as input in a loop and once an element matches the ‘aaname’ or ‘innertext’ then send a click activity making use of current element and break it.

Also, I would request you to check these out -

https://forum.uipath.com/t/select-values-from-radio-button/10830

https://forum.uipath.com/t/radio-button/28912

As these were already in discussion maybe searching the forums would have done you better. Hope this helps.

Regards :slight_smile:

1 Like

ok I will try and convey you if it works!!

ok thank you…i will check and convey you…

Hi @Shiva_Karthik @Raghavendraprasad

I have Tried and it is resolved… Thank you both !!!

1 Like

Great @indhu.p01 close this thread by marking the solution :slight_smile:
Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.