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

[Missing <param name="alignTop"/> documentation for "M:Selenium.WebElement.ScrollIntoView(System.Boolean)"]

Return Value

Type: WebElement

[Missing <returns> documentation for "M:Selenium.WebElement.ScrollIntoView(System.Boolean)"]

See Also