Terminal Wait For Text By Position
Description
This action component allows you to wait for a specified amount of time for a text to appear on the specified location.
Input Properties
- Row (Int32) – The row position to find the text.
- Col (Int32) – The col position to find the text.
- Text To Wait For (String) – The text to be waited for.
- Wait Time (Int32) – Specifies the amount of time (in milliseconds) to wait for the action to run before an error is thrown.
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.