| WebElementScrollIntoView Method |
Scrolls the current element into the visible area of the browser window.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim alignTop As Boolean
Dim returnValue As WebElement
returnValue = instance.ScrollIntoView(alignTop)
Parameters
- alignTop (Optional)
- Type: SystemBoolean
Return Value
Type:
WebElement
See Also