SeleniumDemo This is a NUnit + Selenium WebDriver C# project skeleton with Page Object Model (POM) structure. Project Structure Drivers/ - WebDriver factory Pages/ - Page Object classes Tests/ - NUnit test classes Utils/ - Base test classes and helpers How to Run dotnet test