We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41df6 commit bd431d3Copy full SHA for bd431d3
src/test/java/com/github/selenium/ChromeTest.java
@@ -2,9 +2,10 @@
2
3
import static org.junit.Assert.assertEquals;
4
import static org.junit.Assert.assertTrue;
5
+import io.github.bonigarcia.wdm.ChromeDriverManager;
6
-import java.util.concurrent.TimeUnit;
7
import java.util.List;
8
+import java.util.concurrent.TimeUnit;
9
10
import org.junit.After;
11
import org.junit.Before;
@@ -15,8 +16,6 @@
15
16
import org.openqa.selenium.WebElement;
17
import org.openqa.selenium.chrome.ChromeDriver;
18
-import io.github.bonigarcia.wdm.ChromeDriverManager;
19
-
20
public class ChromeTest {
21
22
private static final String BASE_PATH = "https://github.com/hemantsonu20";
0 commit comments