A simple selenium webdriver project to get started. It uses webdriver to run a java test that goes to a specific web site and assert the URL of the site. This repository could be used to get started with Selenium.
From terminal:
mvn compile test -Dtest=testDriver
- Java JRE
- Java JDK
- Maven
- ChromeDriver
- IntelliJ. Nice to have. Not a real dependency.