Drop File on the object

This ‘Drop File On the Object’ is a pre-built Action that comes for the captured Element. The functionality of this action in Avo Assure to drop the file on the captured element location from the specified file path which is given in the input value and save the result in dynamic variable.

Syntax

Input Value: <FilePath>;<FileName>

Argument
Description

<FilePath> (Required)

The path or location of the specific file from the local system which the user wants to upload.

<FileName> (Required)

The name of the specific file which the user wants to upload.

Output Value

Argument
Description

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

This variable holds the status as True or False

Example

Drops a file from a specified local path onto a captured object within the application

The Drop File On the Object action takes the input value (e.g., C:\sam;Datatable.jpg) and performs a file drop operation on the designated element. The result of the action is stored in the {dropstatus} variable as Ture or False

Last updated

Was this helpful?