Skip to content

Instantly share code, notes, and snippets.

View RomanIvanov-atom's full-sized avatar
🎯
Focusing

Roman Ivanov RomanIvanov-atom

🎯
Focusing
View GitHub Profile
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.chrome.ChromeOptions;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import org.testng.asserts.SoftAssert;