| WebElementWaitDisplayed Method |
Waits for the element to be displayed.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim displayed As Boolean
Dim timeout As Integer
Dim returnValue As WebElement
returnValue = instance.WaitDisplayed(displayed,
timeout)
Parameters
- displayed (Optional)
- Type: SystemBoolean
- timeout (Optional)
- Type: SystemInt32
Return Value
Type:
WebElement
See Also