Drag Object
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.
Syntax
Input: N/A
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)

Usecase/Example

Scenario
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.
Expected Result
This action needs to move the task card from the ‘To Do’ column to the ‘In Progress’
Output
The Task card is successfully dragged from ‘To Do’ column to ‘In Progress’.
Last updated
Was this helpful?