TouchActionsPressHold Method
Allows the execution of the gesture 'down' on the screen. It is typically the first of a sequence of touch gestures.

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.PressHold(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.PressHold(System.Int32,System.Int32)"]

See Also