-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
closes #533 #535
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
closes #533 #535
Conversation
described attachment download option via HtmlUnit
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.
hi @skyhirider !
Thanks for the PR !
Can you please make same changes in other translated pages too (like es, zh-cn etc)
@harsha509 You mean translate it? Best I could do is run it through google translate, did you mean that? My native tongue is Slovak and have a limited grasp of German, and that is pretty much it. |
@skyhirider I replied here |
Hi @skyhirider , Did you get a chance to look into the above comments/suggestions ? |
Hi @JS31096 I will have a look, still want to make the change just need to find time to do it. |
@JS31096 added English text to other language versions with the disclaimer. Also ticked the checkbox for the CLA |
docs_source_files/content/worst_practices/file_downloads.zh-cn.md
Outdated
Show resolved
Hide resolved
* closes #533 described attachment download option via HtmlUnit * added untranslated text to all other languages * Update docs_source_files/content/worst_practices/file_downloads.es.md * Update docs_source_files/content/worst_practices/file_downloads.fr.md * Update docs_source_files/content/worst_practices/file_downloads.ja.md * Update docs_source_files/content/worst_practices/file_downloads.ko.md * Update docs_source_files/content/worst_practices/file_downloads.nl.md * Update docs_source_files/content/worst_practices/file_downloads.zh-cn.md Co-authored-by: Diego Molina <[email protected]> caead29
described attachment download option via HtmlUnit
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
closes #533
Motivation and Context
as mentioned in issue, a lot of people are looking to download files from ajax sites and selenium + htmlunit is one of the few options available if you asynchronously receive a download response
Types of changes
Checklist