Gets or sets the value for describing how elements are scrolled into view in the IE driver. Defaults
to scrolling the element to the top of the viewport.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public InternetExplorerElementScrollBehavior ElementScrollBehavior { get; set; }
See Also