Enum InternetExplorerElementScrollBehavior
Specifies the scroll behavior of elements scrolled into view in the IE driver.
public enum InternetExplorerElementScrollBehavior
Fields
Bottom = 2Scrolls elements to align with the bottom of the viewport.
Default = 0Indicates the behavior is unspecified.
Top = 1Scrolls elements to align with the top of the viewport.