I had a question with some sensetalk code I was trying…I have several of the same images on my screen…I want to click on each one except the first one…I have the code as
Repeat with each item of EveryImageLocation(“ImageName”)
click it
End repeat
Is there any way I can do this for item 2 to last instead of all items in the list…