nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.79k stars 1.31k forks source link

BUG: Getting 404 Error on Clicking Elements Commands on main Website. #4135

Open Ayush-Vish opened 6 months ago

Ayush-Vish commented 6 months ago

Description of the bug/issue

On Clicking the links it should navigate to the respective commands page in the https://www.selenium.dev/ Website .

https://github.com/nightwatchjs/nightwatch/assets/127919475/6252c6d4-3e03-43f7-a439-d4c921a7ef08

Steps to reproduce

  1. Go to https://nightwatchjs.org/api/element/
  2. Click any available API Commands.
  3. See error

Sample test

No response

Command to run

No response

Verbose Output

No response

Nightwatch Configuration

No response

Nightwatch.js Version

2.3.0

Node Version

No response

Browser

Chrome 122.0.6261.111

Operating System

Linux Mint 21.2 Cinnamon

Additional Information

I am Working on this issue. No response

GRIMSTER44 commented 6 months ago

I'm working on it @Ayush-Vish

Ashu463 commented 6 months ago

Hey @Ayush-Vish I am also woring on it

subhajit20 commented 6 months ago

hey @garg3133 can you please review my pr?

garg3133 commented 6 months ago

This is actually an issue with Selenium docs, they are not generating the API docs properly for their JS bindings. So, we should ideally wait for them to fix the issue before we think of moving to other related docs.