Wait Image
Wait Image
Waits for a specific image to appear on the screen before continuing the automation flow. Useful for waiting until visual elements are loaded in desktop applications.
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. Example: C:\Images\confirm_button.png.
Percentage of similarity
Enter the minimum percentage of similarity between the reference image and the element on the screen for the recognition to be considered successful. Lower values make the recognition more permissive; higher values require more precision.
Waiting time
Enter the maximum time in seconds that the robot will wait for the image to appear on the screen before raising an error.
Returns
This action has no returns.
Rules and Conditions
- The Image path to be identified field is required.
- The reference image must be a screenshot of the element to be waited for.
- The screen resolution and scale in the execution environment must be the same as the one used when the reference image was captured.
- If the image is not found within the waiting time, the action raises an error and interrupts the flow.