This repository contains a Java-based Selenium WebDriver automation project developed to gain hands-on experience in web application testing. The project focuses on automating common and real-world UI ...
SeleniumProject/ ├── src/ │ ├── main/ │ │ ├── java/org/main/selenium/ │ │ │ ├── base/ │ │ │ │ └── BaseTest.java # Base class with common Selenium methods │ │ │ ├── locators ...