Describes how to match on a window caption
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Equals | 0 | The caption must equal the search text | |
Contains | 1 | The caption must contain the search text | |
StartsWith | 2 | The caption must start with the search text | |
EndsWith | 3 | The caption must end with the search text |
See Also