-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
On the page: https://www.selenium.dev/documentation/webdriver/getting_started/first_script/
The complete script example in Java at the bottom of the page does not compile due to two errors, there is a missing semicolon on the line: WebElement searchButton = driver.findElement(By.name("btnK"))
and a missing import statement: import org.openqa.selenium.WebElement;
What browsers and operating systems are you seeing the problem on?
Chrome 97.0.4692.71
Windows 10
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working