| Case Sensitive |
- If this property is set to true, then the text string in the descriptor
is compared with the text string in the application screen, using a case-sensitive
comparison.
- Otherwise a case-insensitive comparison is used.
|
| Invert Match |
After the descriptor has been evaluated as true or false
with respect to the currently displayed application screen, the value of the
Invert Match property is checked:- If the Invert Match value is true, then the boolean result obtained by
evaluating the descriptor is inverted, changing true to false or false to
true.
- If the Invert Match value is false, then the boolean result is not inverted.
|
| Length |
The number of characters in the Match String that are
compared with the text in the application screen. |
| Match String |
The string of characters that is compared with the text
in the application screen. |
| Start Position |
The offset within the application screen of the character
at which the comparison begins. The first character in the application screen
(that is, the character in the upper left corner of the application screen)
is at offset 1. |