Waits for text to be present at the specified location.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.7.1078.0 (1.7.1078.0)
Syntax bool ForText(
string text,
IPosition position
)
Function ForText (
text As String,
position As IPosition
) As Boolean
Parameters
- text
- Type: SystemString
The text for which to wait. - position
- Type: MicroFocus.ZFE.ConnectorIPosition
The position in which to look.
Return Value
Type:
BooleanTrue if the text was found at the specified position, false if the text was not found within the timeout period.
See Also