TouchScreenFlickFrom Method
Flick on the touch screen using finger motion events.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchScreen
Dim element As WebElement
Dim xoffset As Integer
Dim yoffset As Integer
Dim speed As Integer
Dim returnValue As TouchScreen

returnValue = instance.FlickFrom(element, 
	xoffset, yoffset, speed)

Parameters

element
Type: SeleniumWebElement
ID of the element where the flick starts.
xoffset
Type: SystemInt32
{number} The x offset in pixels to flick by.
yoffset
Type: SystemInt32
{number} The y offset in pixels to flick by.
speed
Type: SystemInt32
{number} The speed in pixels per seconds.

Return Value

Type: TouchScreen

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

See Also