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
The links to the source code from the JS API documentation seem to be incorrect. They point to the right repository, but the files and lines they reference are often incorrect.
Test script or set of commands reproducing this issue
Not applicable.
Environment
OS: any
Browser: any
Browser version: any
Browser Driver version: not applicable
Language Bindings version: JS any
Selenium Grid version (if applicable): not applicable
The text was updated successfully, but these errors were encountered:
The new documentation URL is: https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/index_exports_By.html
And the correct link to point to by the View Source button seems to be: https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/lib/by.js
🐛 Bug Report
The links to the source code from the JS API documentation seem to be incorrect. They point to the right repository, but the files and lines they reference are often incorrect.
Thanks for looking into this!
To Reproduce
Go to https://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/index_exports_By.html (e.g.) and click on "view source". The linked line is not related to
By
.Expected behavior
In this particular example I'd expect a link like
selenium/javascript/node/selenium-webdriver/lib/by.js
Line 116 in fcc43e2
selenium/javascript/node/selenium-webdriver/lib/by.js
Line 121 in fcc43e2
Test script or set of commands reproducing this issue
Not applicable.
Environment
OS: any
Browser: any
Browser version: any
Browser Driver version: not applicable
Language Bindings version: JS any
Selenium Grid version (if applicable): not applicable
The text was updated successfully, but these errors were encountered: