-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Error in API frontpage #7635
Comments
It is already fixed in the code, documentation just to be regenerated and published to the site. |
const {Builder, By, Key, until} = require('selenium-webdriver'); (async function example() { |
The error has been fixed, the bigger issue is just getting the docs updated. Tracking here now: #10185 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
There is an error in the main usage example offered at https://seleniumhq.github.io/selenium/docs/api/javascript/index.html
There is a semicolon in the middle of the findElement line.
The text was updated successfully, but these errors were encountered: