WaitForCursorNotAtLocation Row, Column, "Timeout"
Waits for the cursor to be at any screen coordinates other than specified coordinates (as identified by the Row and Column arguments). The operation containing this command is paused until the cursor is no longer at the specified coordinates or the timeout expires.
Row |
Argument type: Integer |
For the wait to be satisfied, the cursor must not 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
not 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 not be at the specified coordinates. If this method times out, an error occurs. |
![]() |