Clicks and holds the mouse button down on the specified element.
public static OpenQA.Selenium.Interactions.Actions ClickAndHold(this OpenQA.Selenium.IWebElement element);
element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement on which to click and hold.
OpenQA.Selenium.Interactions.Actions
A self-reference to this OpenQA.Selenium.Interactions.Actions.