TouchActions LongPress Method WebDriver
Presses and holds on the touch screen on the specified element.

Namespace: OpenQA.Selenium.Interactions
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public TouchActions LongPress(
	IWebElement onElement
)

Return Value

A self-reference to this TouchActions.
See Also