Drop File On the Object
This ‘Drop File On the Object’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to Drop the file on captured element location from the specified file path which is given in the input value.
Syntax
Input: <FilePath>;<FileName>
Filepath: The path or location of specific file from the Local system which the user wants to upload.
FileName: The name of a specific file which the user wants to upload.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario
Consider a scenario where a user is testing a college application. After filling in all the required details, the user wants to upload a student’s mark sheet. Using the ‘Drop File On the Object’ Action, the user can drop the file from captured object within the application.
Input
C:\Users\abc\Downloads\image.jpg; image.jpg
Expected Result
The file should be (student’s mark sheet) successfully drop on the captured object within the application.
Output
The file has been dropped to the Upload_File Element which is captured from the application.
Last updated
Was this helpful?