Drop Object

This is a pre-built Action that comes for the captured Element. The functionality of this in Avo Assure to drop that element which is captured from the application and save the result in a dynamic variable.

Syntax

Input Value: <time in sec>(Optional)

Argument
Description

<time in sec> (Optional)

Defines the wait time (in seconds) before performing the drop action.

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This dynamic variable holds the status of the action as True or False.

Example

Drops a dragged object onto a designated target location within the application.

The Drop Object action can be used after a drag operation has been performed. It uses the optional input (e.g., 3) to pause before executing the drop, and the outcome is stored in {Drop} variable as True or False

Last updated

Was this helpful?