WebElemental is a small library to make writing Selenium tests easier. The existing WebElement interface is a bit clunky and hard to use. WebElemental introduces the Element class, which works with an API modeled on jQuery. This means that web tests can be written in a way that is familiar to those used to CSS selectors and jQuery.
Homepage POM file JAR file Javadoc'com.atomicleopard:webelemental:0.0.1'