Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError in API frontpage #7635
Open
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() { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.