from and to are required.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
from | string | Yes | Drag source description or percent pair. |
to | string | Yes | Drop target description or percent pair. |
hoverDuration | number | No | Milliseconds to hold before starting the drag. |
dragDuration | number | No | Milliseconds the drag gesture takes. |
saveAs | string | No | Variable to store this step’s return value on env.<name>. |
retries | number | No | Times to retry the step on failure before failing the test. |
skipped | boolean | No | Skip this step at execution time. |