Mouse Drag
Targets a specified desktop element and drags it.
Category: Desktop Application Automation · Group: Desktop · Activity name: Drag

Example
Drag("xPath", deltaX=0, deltaY=0)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Element Target Method | string | Yes | xPath | Method to identify the desktop element. One of: xPath, referenceText, referenceImage. |
| Delta X | integer | The number of pixels to drag in the horizontal direction. | ||
| Delta Y | integer | The number of pixels to drag in the vertical direction. |