-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[js] download files from remote server #13102
Conversation
* [JS] check if downlaods are enabled * [js] resolve promise before checking for names * [JS] unzip files with correct headers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @titusfortner
Hello @titusfortner , is using JS to download files from Remote WebDriver still not supported? |
It should work. Are you having a problem? |
I'm always getting the below error message when trying to
I found this PR from changelog and I have noticed you said the |
I have submitted an issue: #14111 |
Status
In draft because downloadFile does not yet work.
@harsha509 I updated this as best I can figure, but
downloadFile
is a copy/paste from ChatGPT and I'd be shocked if it worked. Can you help me figure out the right implementation for that functionality?Description
enableDownloads
getDownloadableFiles
returns direct list of namesdownloadFIle
— needs helpMotivation and Context
implement #11657