nightwatchjs / nightwatch-docs

Source for https://nightwatchjs.org website
https://nightwatchjs.org
MIT License
95 stars 197 forks source link

Fix Selenium API doc links. #311

Open garg3133 opened 4 months ago

garg3133 commented 4 months ago

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.

garg3133 commented 4 months ago

@Shubhdeep02 You can also look at this issue.

Shubhdeep02 commented 4 months ago

@garg3133 Ok i will take a look into it..

ParmarKrishna commented 2 months ago

Hello @Shubhdeep02,

can you tell me the progress on the issue? If it is up for grab, I'd like to get started.

Shubhdeep02 commented 2 months ago

Hey @ParmarKrishna Sorry for the delay was busy somewhere, I'll start working on the issue now ....would appreciate to take your support anytime

ParmarKrishna commented 2 months ago

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.