> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/action/drag-and-drop.md).

# Drag and Drop

Drag and drop moves one Element onto another. Use it for kanban cards, sortable lists, upload dropzones, and other drag targets.

![Drag and drop Test Step](https://app.does.qa/screenshots/node/action_dragDrop.png)

## When to use it

* Drag a card or row onto a dropzone Element.
* Reorder items when the app supports HTML5-style drag and drop.

## Configure

### Basics

| Field        | What to set              |
| ------------ | ------------------------ |
| **Element**  | The Element to drag      |
| **Dropzone** | The Element to drop onto |

### Advanced

| Field                                 | What to set                                          |
| ------------------------------------- | ---------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md) |
| **When should screenshots be taken?** | `Always` (default) or `On Failures`                  |

## Related

* [Touch](/test-steps/action/touch.md)
* [Action](/test-steps/action.md)

**Tags:** `action`, `dragDrop`, `drag`, `drop`
