Sends a WINCLICK command to the position of the input image specified via the IMAGE attribute. The input image is searched on the currently displayed website using image recognition algorithms. CONFIDENCE specifies how close the found image must match the input image. A value of 100 means exact match. This command is only available if the Image Recognition Plugin is installed.
If the image is found, !IMAGEX and !IMAGEY hold the coordinates of where it was found.
Syntax
IMAGECLICK IMAGE=image_file CONFIDENCE=n [CONTENT=some_content]
Parameters
IMAGE
The path to local location of the image to be searched.
CONFIDENCE
The confidence level, i.e. level of similarity between the input and the remote picture. Must between 1 and 100.
CONTENT
The value that is sent to the clicked element.
Examples
Example macro: Demo-ImageRecognition
See Also
WINCLICK, IMAGESEARCH
Page URL http://www.iopus.com/imacros/help/cmd_imageclick.htm