Creates a flick gesture for the current view starting at a specific location.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
void Flick( ICoordinates where, int offsetX, int offsetY, int speed )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
The ICoordinates object representing the location on the screen where the scroll starts, usually an IWebElement.
- offsetX
- Type:
System Int32
The x offset relative to the viewport.
- offsetY
- Type:
System Int32
The y offset relative to the viewport.
- speed
- Type:
System Int32
The speed in pixels per second.
See Also