Parameters

Variant WaitString
The method waits while this string value exists.
Variant sRow
Starting row position of the search rectangle.
Variant sCol
Starting column position of the search rectangle.
Variant eRow
Ending row position of the search rectangle.
Variant eCol
Ending column position of the search rectangle.
Variant nTimeOut
The maximum length of time in milliseconds to wait, this parameter is optional. The default is Infinite.
Boolean bWaitForIr
If this value is true, after meeting the wait condition the function will wait until the OIA is ready to accept input. This parameter is optional. The default is False.
Boolean bCaseSens
If this value is True, the wait condition is verified as case-sensitive. This parameter is optional. The default is False.