Click or drag to resize

IWaitForText Method

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.5.532.0 (1.5.532.0)
Syntax
bool ForText(
	string text,
	IPosition position
)

Parameters

text
Type: SystemString
The text for which to wait.
position
Type: MicroFocus.ZFE.ConnectorIPosition
The position in which to look.

Return Value

Type: Boolean
True if the text was found at the specified position, false if the text was not found within the timeout period.
See Also