Image exists on screen
Image exists on screen
Checks whether a specific image is present on the screen at execution time, returning true or false. Useful for making conditional decisions in the flow based on the presence of visual elements.
Options
Image path to be identified
Enter the full path of the image file (reference screenshot) that the robot will look for on the screen.
Percentage of similarity
Enter the minimum percentage of similarity for the recognition to be considered successful.
Returns
- Found — Returns yes if the element exists on the screen; returns no otherwise.
Rules and Conditions
- The Image path to be identified field is required.
- Unlike the Wait Image action, this action does not wait and returns the result immediately.
- Use the return of this action in a Decision to run different steps based on the presence of the element.
- The screen resolution and scale in the execution environment must be the same as the one used when the image was captured.