TouchActions Flick Method (Int32, Int32)WebDriver
Flicks the current view.

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

public TouchActions Flick(
	int speedX,
	int speedY
)

Parameters

speedX
Type: OnlineSystem Int32
The horizontal speed in pixels per second.
speedY
Type: OnlineSystem Int32
The vertical speed in pixels per second.

Return Value

A self-reference to this TouchActions.
See Also