Performing a Drag and Drop
Introduction
A Drag and Drop is a complex action that requires two elements to be identified:
- The element to be dragged
- The destination element
Solution
Declare the Drag Element
action and the Drop on Target
action with Set Advanced Action
option in 2 separate steps.
And then you need to execute those actions with the Execute Advanced Actions Sequence
option.
Our engine is using JavaScript to perform the Drag and Drop.
The action works for both JavaScript Drag and Drop and HTML5 Drag and Drop,
And it works on all browsers.