An implementation of darcy-ui and darcy-web that uses Selenium WebDriver as the automation library backend.
<dependency>
<groupId>com.redhat.darcy</groupId>
<artifactId>darcy-webdriver</artifactId>
<version>0.4.0-SNAPSHOT</version>
</dependency>
To use snapshot versions, you'll need Sonatype's snapshot repo in your pom or settings.xml.
<repositories>
<repository>
<id>central-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
Check out the darcy tutorials, which use darcy-webdriver as the implementation.