LabelWithValue Methods
ReadValue
Reads the value in the searchRectangle determined by the label and the relative position using OCR.
Syntax:
Return Value:
The string read in the searchRectangle.
Exceptions:
Exception
Condition
When the labelWithValue could not be found on the screen.
VerifyValue
Verifies the dynamic value with OCR, using a rectangle that is determined by the relative position to the static label.
Syntax:
Parameters:
Parameter
Description
value
[actualValue]
Return Value:
True, if value could be found in the searchRectangle determined by the relative position to the static label.
Exceptions:
Exception
Condition
When the labelWithValue could not be found on the screen.
WaitForValue
Syntax:
Parameters:
Parameter
Description
value
actualValue
waitTime
Return Value:
True, if value could be found before the end of waitTime in the defined searchRectangle determined by the relative position to the static label.
Exceptions:
Exception
Condition
When the labelWithValue could not be found on the screen.
Last updated
Was this helpful?