Drop Object

This ‘Drop Object’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to drop that element which is captured from application.

Note: If a user performs a drop action, they must also perform a drag action to complete the process. Without the drag action, the process of moving to the target location will remain incomplete.

Syntax

Input: <time in sec>(Optional)

  • The time in seconds helps to set a specific wait time during the debugging process.

For ex. If user added 5 second in Input. It will Take time 5 second pause to drop object.

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 drop a task card from the ‘To Do’ column to the ‘In Progress’ column. With the help of the drop action, the user can drop the task card in ‘In progress’.

Expected Result

This action needs to successfully drop task card from the ‘To Do’ column toto the ‘In Progress’ section.

Output

The drop action successfully places the product in the ‘In Progress’ option.

Last updated

Was this helpful?