TouchActionsTapDouble Method |
Allows the execution of double tap on the screen, analogous to click using a Mouse.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As TouchActions
Dim element As WebElement
Dim returnValue As TouchActions
returnValue = instance.TapDouble(element)
Parameters
- element
- Type: SeleniumWebElement
The web element on the screen where the scroll starts.
Return Value
Type:
TouchActions[Missing <returns> documentation for "M:Selenium.TouchActions.TapDouble(Selenium.WebElement)"]
See Also