Terminal IsScreen Having
Description
This action component allows you to find the first occurrence of the text on the terminal screen.
Input Properties
- Text To Find (String) – The text to be found on screen.
- Ignore Case (Checkbox) – Search for the text on terminal screen will be case insensitive.
Output Properties
- Result (Boolean) – Return True value when the text is found on screen or False.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.