Click at each image, one at a time, when there a several

As part of a loop I want to be able to click on the top blue/purple icon, do stuff, then click on the next one down, and so on, until the number I specified at the start of the loop has been downloaded.

I can handle the rest of the logic, but it’s moving down to the next lowest found image that has me puzzled. I’m wondering if I have to read the mouse position the use the Y as some sort of bounding area.

Anyway, I know you learn by doing, in this instance I’d rather someone pointed me in at least the best direction before I try numerous dead ends!

The "For Each" Action has the option to work through a "Found Images Collection" -- the order of the images (actually their "rectangles", including the "fuzz" of the match) can be set in the Action.

So

...would work down the whatever_colour icons (don't ask me, I'm colour blind!), clicking each in turn and doing something in the "Do other stuff..." section.

2 Likes

Thanks so much!