InternetExplorerElementScrollBehavior EnumerationWebDriver
Specifies the scroll behavior of elements scrolled into view in the IE driver.

Namespace: OpenQA.Selenium.IE
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public enum InternetExplorerElementScrollBehavior
Members

  Member nameValueDescription
Top0 Scrolls elements to align with the top of the viewport.
Bottom1 Scrolls elements to align with the bottom of the viewport.
See Also