Drag Object
This is a pre-built Action that comes for the captured Element. The functionality of this in Avo Assure to drag the element which is captured from the application. It's commonly used to rearrange or relocate items within the application, and save the result in dynamic variable.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False
Example:
Performs a drag action on the specified object on the screen
The Drag Object action is used to click and hold a UI object and drag it to a desired location. This action does not require any input value. The result of the drag operation is stored in the {Drag} variable as True or False

Last updated
Was this helpful?