-
Notifications
You must be signed in to change notification settings - Fork 197
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
Add command for file uploads (separate out from Element Send Keys) #1355
Comments
@burg had a request over in #1268 about adding a duplicate file check to Element Send Keys. @whimboo asked if we wanted to still add that to Element Send Keys, and I suspect the answer is that we don’t. But adding a check for duplicate files to the new file upload command seems like a unanimously good idea, whilst also not breaking any backwards compatibility with Element Send Keys. We can have this two ways:
|
Quick question. Is this about adding a new Imagine the WebDriver client is running in host A and the server in host B. Making the browser in host B upload a file (as in Should I open a different issue for such a request? Thanks. |
…pport remote file upload See w3c/webdriver#1355
…pport remote file upload See w3c/webdriver#1355
…pport remote file upload See w3c/webdriver#1355
This is a request which came up during discussions on issue #1230. Especially due to broken behavior of drivers when it comes to hidden file upload input elements.
As agreed during TPAC (minutes) the proposal from @andreastt should be implemented. For details see #1230 (comment)
The text was updated successfully, but these errors were encountered: