Terminal Get Text
Description
This action component allows you to get the text from the terminal by specified row and column positions.
Input Properties
- Row (Int32) – The row position to get the text.
- Col (Int32) – The column position to get the text.
- Length (Int32) – The number of characters to be returned.
Output Properties
- Result (String) – The retrieved text is stored as a String variable.
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.