Double-clicks the mouse on the specified element.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public Actions DoubleClick( IWebElement onElement )
Parameters
- onElement
- Type: OpenQA.Selenium IWebElement
The element on which to double-click.
Return Value
A self-reference to this Actions.See Also