Adding WebDriver (Selenium and Appium) to QA Automation Project
Add qa-jgiven-webdriver
dependency to your pom.xml
<dependency>
<groupId>dev.aherscu.qa</groupId>
<artifactId>qa-jgiven-webdriver</artifactId>
<version>...</version>
<scope>test</scope>
</dependency>
see tutorials #5 and #6.