How to know if radio button is already checked in ui Path using activity

Hi All members,
Radio Button checked or not

Can someone please tell me how can we get to know whether radio button is checked or not .which activity from Ui Path studio can we use ? which activity can give output as the radio button is checked and how to configure that activity in studio ?

Hi @varun_shinde

Please check the below thread:

Regards

because after clicking the same radio button the radio checked goes to another button and different option pop out which disturbs automation .hence if radio button already checked using if condition can violate again clicking .

@varun_shinde

First indicate the element in UiPath explorer window

And then use get attribute based on which attribute gives the value and check the value accordingly

Cheers