Corrected C# "Remote WebDriver / Download a File" example reference #2034
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Description
Corrected C# "Remote WebDriver / Download a File" example reference.
Motivation and Context
I've noticed that on page https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/ "Download a File" C# example is empty. It turned out that it references a wrong example line number 78 (link), but it should be 79. Incorrect line number is on
remote_webdriver.en.md
andremote_webdriver.ja.md
pages, while the correct number is onremote_webdriver.pt-br.md
andremote_webdriver.zh-cn.md
.Types of changes
Checklist
PR Type
documentation
Description
Changes walkthrough 📝
remote_webdriver.en.md
Fix incorrect line number in C# example reference
website_and_docs/content/documentation/webdriver/drivers/remote_webdriver.en.md
remote_webdriver.ja.md
Fix incorrect line number in C# example reference
website_and_docs/content/documentation/webdriver/drivers/remote_webdriver.ja.md