TouchActionsMove Method
Allows the execution of the gesture 'move' on the screen.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchActions
Dim locationX As Integer
Dim locationY As Integer
Dim returnValue As TouchActions

returnValue = instance.Move(locationX, 
	locationY)

Parameters

locationX
Type: SystemInt32
The x coordinate relative to the view port.
locationY
Type: SystemInt32
The y coordinate relative to the view port.

Return Value

Type: TouchActions

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

See Also