We have implemented a drag and drop file script on our website using for handling FireFox and Chrome drag and drop file uploads. Our team is currently working on integrating selenium tests to ensure the overall functionality of the site. I am wondering if there is a way to perform this kind of testing with Selenium or any other web testing tool. Is it possible to simulate or fake the file drop functionality in Selenium or another automation tool?
Edit:
Just to clarify - I am not looking to drag items within the browser, but rather dragging files from outside the browser onto a button.