Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and Drop From Filesystem Support #140

Open
zolrath opened this issue Feb 15, 2016 · 0 comments
Open

Drag and Drop From Filesystem Support #140

zolrath opened this issue Feb 15, 2016 · 0 comments

Comments

@zolrath
Copy link

zolrath commented Feb 15, 2016

Selenium doesn't have the ability to perform drag and drop operations from the file system baked into the framework.

Various people have devised work arounds involving injecting html into the page that points to the local file and then dragging the newly added element to the file drop-zone as seen on:

http://stackoverflow.com/a/23469605/949692
https://github.com/Kuniwak/html-dnd

It would be nice to abstract that away and have an API built into the framework for dragging and dropping from the filesystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants