Initiates a tap on coordinates, hold down the tap and release the tap at the next set of coordinates.
object.TapMove x1, y1, x2, y2,[optional]step
Parameters
- X1
Required. A String value containing an integer The X coordinate that initiates the tap. The coordinate is relative to the upper left corner of the GUI object.
- Y1
Required. A String value containing an integer The Y coordinate that initiates the tap. The coordinate is relative to the upper left corner of the GUI object.
- X2
Required. A String value containing an integer The X coordinate that releases the tap. The coordinate is relative to the upper left corner of the GUI object.
- Y2
Required. A String value containing an integer The Y coordinate that releases the tap. The coordinate is relative to the upper left corner of the GUI object.
- Step
Tap down on {MoObject} with coordinates [x1], [y1] and release on coordinates [x2], [y2].