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