Reputation: 485
Is it possible to drag & drop a file from desktop to a web browser with protractorJS?
Upvotes: 2
Views: 793
Reputation: 473873
It is not really about Protractor
- it is about browser automation through WebDriver
in general.
You can drag&drop from element to element, but not from or to something outside of the browser.
As an option, you can give this part of your automation to Sikuli
automation tool, which doesn't care if there is a desktop, or browser under test - it is screenshot/image based, see more:
Upvotes: 2