RemoteTouchScreen Flick Method (ICoordinates, Int32, Int32, Int32)WebDriver
Creates a flick gesture for the current view starting at a specific location.

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

public void Flick(
	ICoordinates where,
	int offsetX,
	int offsetY,
	int speed
)

Implements

ITouchScreen Flick(ICoordinates, Int32, Int32, Int32)
See Also