Open garg3133 opened 4 months ago
@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? If it is up for grab, I'd like to get started.
Hey @ParmarKrishna Sorry for the delay was busy somewhere, I'll start working on the issue now ....would appreciate to take your support anytime
Hey @ParmarKrishna Sorry for the delay was busy somewhere, I'll start working on the issue now ....would appreciate to take your support anytime
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 https://github.com/nightwatchjs/nightwatch-docs/commit/45ad29e34fc2e7ccbb70dd5a9ff2a0b474dfb859.
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.