Wait Vanish Image
The Wait Vanish Image component in Robot RPA allows your automation process to wait for a specific image to disappear on the screen. This component is useful when you need to synchronize your automation with on-screen visual elements.
Parameters
Timeout(Second) :Specify the timeout period in seconds. The component will wait the specified amount of time for the image to disappear from the screen before timing out. Type : Integer
Similarity : Enter the similarity ratio value to determine how closely the on-screen image should match the expected image. The default value is 0.85, which indicates a similarity of 85%. Type : Single
Result : Returns the status of the operation, indicating whether the expected image disappeared within the specified timeout period. The component returns true if the image disappears, or false if a timeout occurred before the image disappears. Type : Boolean
Usage
To use the Wait Vanish Image component in your Robbot RPA project, follow these steps:
Drag and drop the Wait Vanish Image component to the activity adding section of the Open Image component.
Configure the component by providing the necessary inputs:
Set the timeout duration in seconds using the Time Out parameter.
Adjust the similarity ratio if needed using the Similarity parameter.
Specify the screen number if you are using multiple monitors.
Continue building your sequence or workflow by adding other components or actions that depend on the appearance of the expected image.
Execute your sequence or workflow.
The Wait Vanish Image component will wait for the specified image to disappear from the screen and execution will continue when the image disappears or a timeout occurs.
By utilizing the Robbot RPA Wait Vanish Image component, you can ensure that your automation process is synchronized with the visual elements on the screen, allowing you to take actions based on the disappearance of certain visuals.