Expressive is designed to allow coders to write more expressive code,
focusing on what they want to do with collections of objects, rather than
the mechanics of the manipulation of the Java Collections API.
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.