Returns true if the image is visible on screen else false.
Name | Required | Type | Description |
---|---|---|---|
Image | Yes | ImageIdentifier | Image to be searched. |
Confidence | No | Number | Describes how precisely the image is located on the screen. This is useful if the component can’t find the provided image due to negligible pixel differences. The value must be between 0.1 and 0.99. Defaults to ‘0.93’. |
Output Variable | Yes | Text | Output parameter. Variable in which to store the execution output. |
The image search is done on the screen horizontally. The higher the confidence, the better the image search capability.