| WebElementWaitNotCssValue Method |
Waits for a different CSS property
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim propertyName As String
Dim value As String
Dim timeout As Integer
Dim returnValue As WebElement
returnValue = instance.WaitNotCssValue(propertyName,
value, timeout)
Parameters
- propertyName
- Type: SystemString
Property name - value
- Type: SystemString
Value - timeout (Optional)
- Type: SystemInt32
Return Value
Type:
WebElement
See Also