Wait For Text On Screen
Waits for a specific text on the screen.
Last updated
Waits for a specific text on the screen.
Last updated
This activity waits (pauses the execution of your script) until a specific text appears/disappears on the entire screen or foreground window.
Search for text on:
Entire Screen(default)
- Search for a given text on the entire screen.
Foreground Window
- Search for a given text only on the foreground window.
Text : String Argument
Specifies the text to be searched.