Clicking at an image with multiple variations

You can use the If Then Else action configured to any of the following are true with multiple Found Image conditions to find one of multiple variants of an image and then use the FoundImage token to get the location of the result (avoiding having to search for the image again).

You can then use the Move or Click Mouse action to click at the middle of that location (make sure to configure it to be relative to absolute position since that is the coordinates used for the entire desktop.

image

6 Likes

That's a nice technique. Up to now I was using a Find Image action followed by a "If the previous Find Image result was empty, then Find (a different) Image" action.

Here is a variation to consider, which runs in a loop until any of a set of images is found, and then moves the mouse to one of the images.

4 Likes