Creates a flick gesture for the current view.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As TouchActions
Dim speedX As Integer
Dim speedY As Integer
Dim returnValue As TouchActions
returnValue = instance.Flick(speedX, speedY)
Parameters
- speedX
- Type: SystemInt32
The horizontal speed in pixels per second. - speedY
- Type: SystemInt32
The vertical speed in pixels per second.
Return Value
Type:
TouchActions
See Also