In image automation if we have duplicate element on the UI screen It is clicking on any element. can anyone please help me except OCR activities?

in image automation if we have duplicate element on the UI screen It is clicking on any element. can anyone please help me except OCR activities?

What activity are you currently selecting the element with?

You can normally specify the occurance of the element if there are duplicates
i.e. 1 = First
2 = Second etc.

I am using Click image activity.Beacuse appication on which I am doing automation is present in virtual desktop.
I checked for click image activity Property but didn’t got option like occurances.

If tou are trying to click text then you try click text - which has occurance.

Otherwise you will need to potentially set your clipping region of where you know the correct element is.

But when we set clipping it will not work in laptop.
I want t made it runnable in both desktop and laptop as well