Flicks the current view.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public TouchActions Flick( int speedX, int speedY )
Parameters
- speedX
- Type:
System Int32
The horizontal speed in pixels per second.
- speedY
- Type:
System Int32
The vertical speed in pixels per second.
Return Value
A self-reference to this TouchActions.See Also