Specifies the scroll behavior of elements scrolled into view in the IE driver.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Top | 0 | Scrolls elements to align with the top of the viewport. | |
Bottom | 1 | Scrolls elements to align with the bottom of the viewport. |
See Also