DropFile
Last updated
Last updated
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.
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)
Scenario:
Consider a scenario where you are testing a college application. After filling in all the required details, you want 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.