Update README with CC-SA license and VS Code recommendation
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
src/main/resources/chromedriver.exe
Normal file → Executable file
BIN
src/main/resources/chromedriver.exe
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/main/resources/geckodriver.exe
Executable file → Normal file
BIN
src/main/resources/geckodriver.exe
Executable file → Normal file
Binary file not shown.
@@ -1,5 +1,8 @@
|
||||
package com.agile611.testng.webdriver;
|
||||
|
||||
import java.io.File;
|
||||
import java.time.Duration;
|
||||
|
||||
import org.openqa.selenium.JavascriptExecutor;
|
||||
import org.openqa.selenium.WebDriver;
|
||||
import org.openqa.selenium.chrome.ChromeDriver;
|
||||
@@ -9,11 +12,6 @@ import org.openqa.selenium.firefox.FirefoxOptions;
|
||||
import org.testng.annotations.AfterClass;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
|
||||
import java.io.File;
|
||||
import java.time.Duration;
|
||||
|
||||
import static org.testng.Assert.fail;
|
||||
|
||||
public class BaseTest {
|
||||
public WebDriver driver;
|
||||
public static JavascriptExecutor jse;
|
||||
|
||||
Reference in New Issue
Block a user