.WaitForDisplayString "String", "Timeout", Row, Column, Relative
Begins a wait that is satisfied by the appearance of the specified string at the specified location on the terminal screen. The string can be received from the host or typed by the user. The operation is paused until the display string is received or the timeout expires.
String | Argument type: String |
The string that can terminate the wait. | |
Timeout | Argument type: String |
Specifies an interval of time in HH:MM:SS format that can terminate the wait. If this method times out, an error occurs. | |
Row | Argument type: Integer |
The row in which the string must be received. You can specify Any Column or
Any Row (which shows us as -1 in a trace). |
|
Column | Argument type: Integer |
The column in which the string must be received. You can specify Any Column or
Any Row (which shows us as -1 in a trace). |
|
Relative | Specifies whether or not the position of the display string is determined relative to the terminal cursor position. The default is No. |
![]() |