Table of Contents

Enum InternetExplorerElementScrollBehavior

Namespace
OpenQA.Selenium.IE
Assembly
WebDriver.dll

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

public enum InternetExplorerElementScrollBehavior

Fields

Bottom = 1

Scrolls elements to align with the bottom of the viewport.

Top = 0

Scrolls elements to align with the top of the viewport.