WebElementScrollIntoView Method
Scrolls the current element into the visible area of the browser window.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim 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