WebElementWaitNotAttribute Method
Waits for a different attribute

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

returnValue = instance.WaitNotAttribute(attribute, 
	pattern, timeout)

Parameters

attribute
Type: SystemString
pattern
Type: SystemString
timeout (Optional)
Type: SystemInt32

Return Value

Type: WebElement
See Also