drag
Drag a labeled source onto a labeled drop target
Drag-and-drop between two labeled elements (kanban cards, reorder lists, drop zones).
Syntax
When I drag "<source>" to "<target>" [by …]Find hints apply to the source only. The target uses auto-find.
Qualifiers
| Qualifier | Role | Example |
|---|---|---|
to | Drop target label | drag "Item A" to "Drop zone" |
by … | Optional find hint on the source | drag "card-1" by data-testid to "Done" |
Examples
When I drag "Item A" to "Drop zone"Notes
- Labeled action resolve auto-wait (~30s) applies to both source and target.
- Web only for v1 (Appium returns unsupported).