TouchActions Flick Method (IWebElement, Int32, Int32, Int32)WebDriver
Flicks the current view starting at a specific location.

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

public TouchActions Flick(
	IWebElement onElement,
	int offsetX,
	int offsetY,
	int speed
)

Return Value

A self-reference to this TouchActions.
See Also