Skip to content

Instantly share code, notes, and snippets.

View veerNeti's full-sized avatar
😀
I may be slow to respond.

Veeresh veerNeti

😀
I may be slow to respond.
View GitHub Profile
@veerNeti
veerNeti / HandlingTables.java
Created May 31, 2020 15:26
Demonstrating Complex css Selectors and Complex Xpaths along with various other locator strategies
package com.guide.beginners.testng.theinternet.individualtestclass;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.*;
import java.util.stream.Collectors;