web-ui ├── pom.xml └── src └── test ├── java │ └── com │ └── vakifbank │ ├── hooks │ │ └── Hooks.java │ ├── pages │ │ ├── BasePage.java │ │ └── BookStorePage.java ...
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 ...