Skip to content

Drag Element From Source to Destination: DRAG_AND_DROP

The DRAG_AND_DROP action is used to drag an element from one location (source) and drop it onto another location (destination). This action helps automate drag-and-drop interactions commonly used in lists, dashboards, forms, or visual editors.

Example: Let’s drag the item “Task A” from the Available Tasks panel and drop it into the Assigned Tasks panel.

Steps to configure:

  1. Add a new step to the Use Case you are working on
  2. Select DRAG_AND_DROP from the Action drop-down
  3. In the Screen Name field, enter where the elements are located (for example, TaskManagementPage)
  4. In the Element Key field, select the element you want to drag. This is your source element (example, TaskA_Item)
  5. In the Parameters section, enter destination name where the item should be dropped. This is your destination element (example, AssignedTasks_Panel).
  6. Click Save.
Note: Ensure both the source and destination locators are already defined before using this action.

v7_drag_and_drop
Expected Outcome on Execution: The DRAG_AND_DROP action will pick up Task A from the Available Tasks panel and drop it into the Assigned Tasks panel.

Last updated: Nov 24, 2025
Back To Top