Click on second target found

Hi! I’m new to UI.Vision, so please be gentle. I’m using the click command and hoping to be able to select the 2nd, or 3rd, or 4th match to my click target, rather than only the 1st. The script below will only click the first radio button found. How do I make it select the second radio button on the page instead?

I’ve tried other syntaxes found in the forum like array accessors (ex: “Target”: “css=[type*=radio][2]”) to select the 2nd match, but that doesn’t work. Do I need to use xpath instead like in this post? How would an xpath with my target look?

Could someone point me in the right direction? Thank you so much for any help.

“Commands”: [
{
“Command”: “click”,
“Target”: “css=[type*=radio]”,
“Value”: “”,
“Targets”: [
“css=[type*=radio]”
],
“Description”: “”
}

Try to use a regular Xoath NOT css, it’s more simply after to solve your problem Or post url page here and i find a good xpath for you