Verifies if the input image is present on the screen.
Name | Required | Type | Description |
---|---|---|---|
Image | Yes | ImageIdentifier | Image to be verified. |
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’. |
The image search is done on the screen horizontally. The higher the confidence, the better the image search capability. The step fails if the image is not found on screen.