Skip to content

Commit e405134

Browse files
committed
Adding missing imports
1 parent 5d23bef commit e405134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
import org.junit.jupiter.api.BeforeEach;
2424
import org.junit.jupiter.api.Test;
2525
import org.openqa.selenium.Alert;
26+
import org.openqa.selenium.By;
2627
import org.openqa.selenium.JavascriptExecutor;
2728
import org.openqa.selenium.WebDriver;
29+
import org.openqa.selenium.WebElement;
2830
import org.openqa.selenium.chrome.ChromeDriver;
2931
import org.openqa.selenium.chrome.ChromeOptions;
3032
import org.openqa.selenium.support.ui.ExpectedConditions;

0 commit comments

Comments
 (0)