This action allows you to search for an image on the screen, within a window or within another image.
[Added in Actionaz 3.2.0.]
The source of the image where to search.
The title of the windows where to search. You can use wildcards here like * (any character) or ? (one character).
The position is relative to the window. If this parameter is set to false (not checked) then the position is absolute.
The path of the image where to search.
The path of the image to find.
What to to if the image has been found. [Added in Actionaz 3.7.0.]
What to to if the image has not been found. [Added in Actionaz 3.7.0.]
The name of the variable where to search for the image. If the image cannot be found an exception is triggered.
The search method to use.
The minimum confidence percentage required to select a possible matching image.
The maximum matching images count. Setting this parameter higher will increase the duration of the search.
(was "down pyramid count" before Actionaz 2.7.0)
The downsampling value to use. 1 should work with every image. Choose 2 here if the image to search into is very large to accelerate the search.
The number of pixels to shift when searching for another matching image.
The amount of time to wait between to image searches when waiting for an image to appear or disappear. [Added in Actionaz 3.7.0.]
The confidence percentage of the found image. [Added in Actionaz 3.7.0.]
<BOOKMARK:errorwhilesearching>
This exception is thrown when an error occured while searching.
<BOOKMARK:cannotfindimage>
[Removed in Actionaz 3.7.0.]
This exception is thrown when the image cannot be found.