How to click on multiple occurences of an image

Hi

I write here because I want to click on an image on screen, but there are more occurences of this image on the screen.

How do you do to click an image but, for example, the 2nd occurence of this image on the screen?

Thanks for your answers.

Find out all the images by using Find image matches activity and then by looping through images click the 'n’th occurrence of the images by maintaining a counter and break the loop when done

1 Like