Surface Find Image
Description
Surface Find Image searches the screen for a specific image and returns a Boolean result — true if the image is found, false if it is not. Use this step when your workflow needs to check whether a particular UI element, dialog, or visual indicator is present before proceeding. For example, you can use it to verify that a login screen has loaded or that an error message has appeared, and then branch your workflow based on the result. The step uses pattern matching to locate the image and stores the Boolean output in a specified field for use in downstream decision steps.
Configurations
| Field Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |
| Match 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). |
| Output field | Specify a field name to hold the output Boolean True or false |
| Timeout(in seconds) | Specify a timeout in seconds to locate the image. |
| Image | View the selected image. |