Flick on the touch screen using finger motion events.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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
See Also