How to find the occurences of Images on a page

When a page contains 2 exact same images, how to get to click the 1st image only and not the second one at this point? Is there an occurrence property for Images. Please help.

@PD2, You can check with selectors.

Regards,
Dominic :slight_smile:

Hi @PD2,

use Find image matches activity and get the all the images .
using For loop
loop through it click the image and use break to break the loop.

Regards,
Arivu