Skip to content

Instantly share code, notes, and snippets.

View asr2646's full-sized avatar

Abhishek Anand asr2646

View GitHub Profile
@asr2646
asr2646 / Examples.java
Created September 4, 2025 10:02
This is My 1st selenium Program
import io.github.bonigarcia.wdm.WebDriverManager;
import org.junit.*;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Select;
import org.openqa.selenium.support.ui.WebDriverWait;