File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ with a test runner instead of a standalone file.
246246{{< tab header="Java" github="SeleniumHQ/seleniumhq.github.io/blob/java_example/examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java" >}}
247247import org.openqa.selenium.By;
248248import org.openqa.selenium.WebDriver;
249+ import org.openqa.selenium.WebElement;
249250import org.openqa.selenium.chrome.ChromeDriver;
250251
251252public class HelloSelenium {
Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ with a test runner instead of a standalone file.
247247{{< tab header="Java" github="SeleniumHQ/seleniumhq.github.io/blob/java_example/examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java" >}}
248248import org.openqa.selenium.By;
249249import org.openqa.selenium.WebDriver;
250+ import org.openqa.selenium.WebElement;
250251import org.openqa.selenium.chrome.ChromeDriver;
251252
252253public class HelloSelenium {
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ with a test runner instead of a standalone file.
251251{{< tab header="Java" github="SeleniumHQ/seleniumhq.github.io/blob/java_example/examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java" >}}
252252import org.openqa.selenium.By;
253253import org.openqa.selenium.WebDriver;
254+ import org.openqa.selenium.WebElement;
254255import org.openqa.selenium.chrome.ChromeDriver;
255256
256257public class HelloSelenium {
You can’t perform that action at this time.
0 commit comments