| TouchActionsTapLong Method |
Allows the execution of a long press gesture on the screen.
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.TapLong(element)
Parameters
- element
- Type: SeleniumWebElement
The web element on the screen.
Return Value
Type:
TouchActions
See Also