| TouchScreenTapLong Method |
Long press 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.TapLong(element)
Parameters
- element
- Type: SeleniumWebElement
ID of the element to long press on.
Return Value
Type:
TouchScreen
See Also