Let's say I have 3 images and I'm using the IF THEN ELSE and then use the "any of the following". So now I have this:
Assuming that KM finds all 3 images, but then I want to move my mouse to a particular image, for example, "go to found image 2" (based on their position on that IF list).
When I'm just looking for a specific image, I can use this:
But how can I add a specific image "position"? Something similar to this (but this doesn't work):
Local__Image[2].MidX
Local__Image[2].MidY
to pick the first second image.
Hope it makes sense...