Drag Object
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘Drag Object’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to drag that element which is captured from application. It's commonly used to rearrange or relocate items within an application.
Note: If a user performs a drag action, they must also perform a drop action to complete the process. Without the drop action, the process of moving to the target location will remain incomplete.
Input: N/A
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
Consider a scenario where a user is testing a task management application. The user wants to drag a task card from the ‘To Do’ column to the ‘In Progress’ column. With the help of the drag action, the user can move the task card.
This action needs to move the task card from the ‘To Do’ column to the ‘In Progress’
The Task card is successfully dragged from ‘To Do’ column to ‘In Progress’.