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