TouchActionsTapDouble Method
Allows the execution of double tap on the screen, analogous to click using a Mouse.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim 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
See Also