A robust automation framework enabling parallel Selenium tests with TestNG and ExtentReports. Supports local, Grid, and cloud execution, multiple browsers and seamless CI/CD integration. ├── LICENSE ...
We know that, we cannot create object for an interface, hence we need a class which implement the IWebDriver interface. In Selenium, each browser will have individual Driver class. These classes ...