TouchScreenFlick 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 xspeed As Integer
Dim yspeed As Integer
Dim returnValue As TouchScreen

returnValue = instance.Flick(xspeed, yspeed)

Parameters

xspeed
Type: SystemInt32
{number} The x speed in pixels per second.
yspeed
Type: SystemInt32
{number} The y speed in pixels per second.

Return Value

Type: TouchScreen

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

See Also