Double-clicks the mouse on the specified element.
public static OpenQA.Selenium.Interactions.Actions DoubleClick(this OpenQA.Selenium.IWebElement element);
element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement on which to double-click.
OpenQA.Selenium.Interactions.Actions
A self-reference to this Actions(OpenQA.Selenium.IWebElement).