You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Inside README.md file for the nodejs library, there is an API URL pointing to an old URL that returns a 404 now.
Replaced the URL with the main documentation URL.
Verify and correct the URL to point directly to the JavaScript API documentation
Ensure that the new URL for the API documentation is correct and points to the intended section. The current URL seems to point to the general WebDriver documentation rather than the specific JavaScript API documentation.
Why: The suggestion correctly identifies a potential issue with the updated URL not specifically pointing to the JavaScript API documentation. This is important for clarity and user navigation, although the existing URL does correctly lead to the WebDriver documentation.
…eleniumHQ#14138)
* fixed docs api url in README.md for selenium-webdriver npm package
* updated URL to point directly to the JavaScript API documentation
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
Inside README.md file for the nodejs library, there is an API URL pointing to an old URL that returns a 404 now.
Replaced the URL with the main documentation URL.
Old URL: https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/
New URL: https://www.selenium.dev/documentation/webdriver/
Motivation and Context
I was checking the selenium-webdriver npm library and came across the invalid API documentation URL inside README.md
Types of changes
Checklist
PR Type
Bug fix, Documentation
Description
README.md
file for theselenium-webdriver
npm package.Changes walkthrough 📝
README.md
Fix broken API documentation URL in README.md
javascript/node/selenium-webdriver/README.md