Drag Method (MobileDevice)

Class

MobileDevice class

Action

Performs a drag operation between the two specified points.

Syntax

device.Drag(start, end)
Variable Description
start The start point of the drag operation. POINT.
end The end point of the drag operation. POINT.