Update README with CC-SA license and VS Code recommendation

This commit is contained in:
Guillem Hernandez Sola
2026-04-20 12:15:41 +02:00
parent 9da46f7517
commit 1a63263274
8 changed files with 12 additions and 8 deletions

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

Binary file not shown.

View File

@@ -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;