Skip to main content
Image Recognition

Disappearing images

Disappearing images

Waits for one or more images to disappear from the screen before continuing the flow. Useful for waiting until loading elements (such as spinners or waiting screens) go away before the automation continues.


Options

Image paths

Enter the full path of the image file that the robot must wait to disappear from the screen. Use the Add button to include multiple images — all of them must disappear for the action to move on.

Number of attempts

Enter how many times the robot will check whether the images have disappeared before ending the action.

Retry for as long as the images exist?

Defines the retry behavior:

  • Yes: The robot keeps trying for as long as the images are present on the screen.
  • No: The robot performs the configured number of attempts and ends regardless.

Interval between attempts (seconds)

Enter the interval in seconds between each check of the images' disappearance.

Returns

  • Result — Returns yes if all images are missing from the screen.

Rules and Conditions

  • At least one image must be provided.
  • The action only moves on when all the configured images disappear from the screen.
  • If the images do not disappear within the number of attempts, the action ends with a negative result.