TouchScreenTapLong Method
Long press on the touch screen using finger motion events.

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

[Missing <returns> documentation for "M:Selenium.TouchScreen.TapLong(Selenium.WebElement)"]

See Also