Double-taps the touch screen on the specified element.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public TouchActions DoubleTap( IWebElement onElement )
Parameters
- onElement
- Type: OpenQA.Selenium IWebElement
The element on which to double-tap.
Return Value
A self-reference to this TouchActions.See Also