Skip to main content

Surface Find Image

Description

Surface Find Image step is used to find an image which is on the screen. It returns a Boolean value true if image is found else it returns false.

Configurations

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
2Match Pattern
- Retrieve Single closest match: It searches for and retrieves a single closest match. If the image is not found or multiple matches are found, then it throws an error.
- Retrieve Multiple close matches: It searches for matching patterns and retrieves the closest matches.
- Retrieve All matches: It searches for and retrieves all matches (not below 50% or above 150% of the original size).
3Output fieldSpecify a field name to hold the output Boolean True or false
4Timeout(in seconds)Specify a timeout in seconds to locate the image.
5ImageView the selected image.