-
Notifications
You must be signed in to change notification settings - Fork 199
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
Fix Selenium API doc links. #311
Comments
@Shubhdeep02 You can also look at this issue. |
@garg3133 Ok i will take a look into it.. |
Hello @Shubhdeep02, can you tell me the progress on the issue? |
Hey @ParmarKrishna |
Sure! I'll be available. |
The Selenium API docs for JavaScript binding have moved to a newer website leading to almost all the links pointing to the Selenium API docs being broken on nightwatchjs.org.
We need to fix all these links by pointing them to the correct location on the new Selenium API docs website, mostly similar to what's been done in the commit 45ad29e.
New JS API doc website of Selenium: https://www.selenium.dev/selenium/docs/api/javascript/
Potential Approach
Search for all the selenium.dev links in this repository and the main
nightwatchjs/nightwatch
repository and check if they work. If they don't, find the correct corresponding link on the new website and replace the links.The text was updated successfully, but these errors were encountered: