Question
2
Replies
174
Views
Posted: December 17, 2019
Last activity: December 30, 2019
How to handle a drag and drop file upload?
I have a web application that has a file upload portion that is drag and drop. I have having issues figuring out how to make that happen within the automation. Any suggestions?
You cannot do drag and drop in an automation. You will need to determine if there's a function on the site you might be able to call and provide the file path, or if there are a series of controls you can interact with to perform the upload.
I would first use the developer tools in your browser to see what functions are being executed when you drop a file onto the area and then try to call them in an automation.