WaitForCursorAtLocation Row, Column, "Timeout"
Begins a wait that is satisfied when the cursor is at a position. The operation containing the command is paused until the cursor is at the position or the timeout expires.
Row |
Argument type: Integer |
For the wait to be satisfied, the cursor must be at the field
at the specified row and column coordinates. You can also specify Any Column or
Any Row (which shows us as -1 in a trace). |
|
Column | Argument type: Integer |
For the wait to be satisfied, the cursor must be at the field
at the specified row and column coordinates. You can also specify Any Column or
Any Row (which shows us as -1 in a trace). |
|
Timeout | Argument type: String |
Specifies an interval of time in HH:MM:SS format. Use the Timeout argument to specify how long to wait for the cursor to be at the specified coordinates. If this method times out, an error occurs. | |