Two elements with same names

Hi,

In my web application, there are three elements with the same names (radio button).
The Find By selector is name.
How can I select the third radio button?

“Image Control Mechanism” can be helpful in this scenario in Automation Process, AssistEdge - Image Control mechanism allows users to capture and perform actions on captured image.

Refer Knowledge Base for more details on Image Control -

https://www.edgeverve.com/assistedge/knowledge-base/RPA18.3/Automation_Studio/Configuring-Automation-Processes/Image/Image_Control.htm

Hi @Mantri
If you know that you want to select third radio button then change your selector.
image

Above senario you can achieve your automation using innertext.

Thanks @bhuvan

But it used item index to solve this issue.