Skip to content

Commit 1a68014

Browse files
committed
Add support note.
1 parent 21d64fe commit 1a68014

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/get-started/actions/dragAndDrop.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: default
44
nav_order: 3
55
parent: Actions
66
grand_parent: Tests
7-
description: Drag an element from a source location to a target location.
7+
description: Drag an element to a target location.
88
---
99

1010
# dragAndDrop
@@ -13,6 +13,10 @@ The `dragAndDrop` action allows you to drag an element and drop it at a target l
1313

1414
The `dragAndDrop` action requires both a source and target element, which can be specified using element text, CSS/XPath selectors, or detailed objects with additional configuration options.
1515

16+
:::info
17+
Drag-and-drop has many different implementations, and Doc Detective wants to support them all. If you find that your specific use case isn't working, don't give up! Please [open an issue](https://github.com/doc-detective/doc-detective/issues) or [start a thread on our Discord](https://discord.gg/2M7wXEThfF).
18+
:::
19+
1620
## Use Cases
1721

1822
The `dragAndDrop` action is particularly useful for testing:

0 commit comments

Comments
 (0)