| TouchScreenTapDouble Method |
Double tap on the touch screen using finger motion events.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As TouchScreen
Dim element As WebElement
Dim returnValue As TouchScreen
returnValue = instance.TapDouble(element)
Parameters
- element
- Type: SeleniumWebElement
ID of the element to double tap on.
Return Value
Type:
TouchScreen
See Also