WaitForText(Int32,String,Int32,Int32,TextComparisonOption) Method
Waits for the specified text to appear at the specified screen location.
Parameters
- timeout
- Wait timeout value (milliseconds).
- text
- Text string.
- row
- Row position.
- column
- Column position.
- options
- TextComparisonOption indicates the desired text string comparison.
Return Value
ReturnCode indicates success, failure, or a warning condition.
Exception | Description |
System.ArgumentOutOfRangeException |
This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
|