WebElementWaitNotText Method
Waits for a different text

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim pattern As String
Dim timeout As Integer
Dim returnValue As WebElement

returnValue = instance.WaitNotText(pattern, 
	timeout)

Parameters

pattern
Type: SystemString
timeout (Optional)
Type: SystemInt32

Return Value

Type: WebElement
See Also