TouchActionsFlickFrom Method
Creates a flick gesture for the current view starting at a specific location.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchActions
Dim element As WebElement
Dim offsetX As Integer
Dim offsetY As Integer
Dim speed As Integer
Dim returnValue As TouchActions

returnValue = instance.FlickFrom(element, 
	offsetX, offsetY, speed)

Parameters

element
Type: SeleniumWebElement
The web element on the screen where the scroll starts.
offsetX
Type: SystemInt32
The x offset relative to the viewport.
offsetY
Type: SystemInt32
The y offset relative to the viewport.
speed
Type: SystemInt32
The speed in pixels per second.

Return Value

Type: TouchActions

[Missing <returns> documentation for "M:Selenium.TouchActions.FlickFrom(Selenium.WebElement,System.Int32,System.Int32,System.Int32)"]

See Also