File tree 3 files changed +3
-0
lines changed
website_and_docs/content/documentation/webdriver/getting_started
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.
246
246
{{< tab header="Java" github="SeleniumHQ/seleniumhq.github.io/blob/java_example/examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java" >}}
247
247
import org.openqa.selenium.By;
248
248
import org.openqa.selenium.WebDriver;
249
+ import org.openqa.selenium.WebElement;
249
250
import org.openqa.selenium.chrome.ChromeDriver;
250
251
251
252
public 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.
247
247
{{< tab header="Java" github="SeleniumHQ/seleniumhq.github.io/blob/java_example/examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java" >}}
248
248
import org.openqa.selenium.By;
249
249
import org.openqa.selenium.WebDriver;
250
+ import org.openqa.selenium.WebElement;
250
251
import org.openqa.selenium.chrome.ChromeDriver;
251
252
252
253
public 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.
251
251
{{< tab header="Java" github="SeleniumHQ/seleniumhq.github.io/blob/java_example/examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java" >}}
252
252
import org.openqa.selenium.By;
253
253
import org.openqa.selenium.WebDriver;
254
+ import org.openqa.selenium.WebElement;
254
255
import org.openqa.selenium.chrome.ChromeDriver;
255
256
256
257
public class HelloSelenium {
You can’t perform that action at this time.
0 commit comments