Waits for the presence of the specified string starting at the specified screen coordinates.
[Visual Basic]
Public Sub WaitForString( _
ByVal _string As String, _
ByVal rowNum As Integer, _
ByVal columnNum As Integer, _
ByVal timeout As Integer _
)
Waits for the presence of the specified string starting at the specified screen coordinates.
Exception Type | Condition |
---|---|
HostIntegratorServerException | Thrown if the event times out |
HostIntegratorConnectorException | Thrown an argument is invalid |
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace