The JavaScriptScrollTop(OpenQA.Selenium.IWebElement, int) property sets the number of pixels
an element's content is scrolled vertically.
public static OpenQA.Selenium.IWebElement JavaScriptScrollTop(this OpenQA.Selenium.IWebElement element, int scrollTop);
element OpenQA.Selenium.IWebElement
This OpenQA.Selenium.IWebElement instance.
scrollTop System.Int32
The number of pixels an element's content is scrolled vertically.
OpenQA.Selenium.IWebElement
A self-reference to this OpenQA.Selenium.IWebElement.
Works only on Web/Mobile Web platforms.