Concise UI Tests with Java!
Selenide is a framework for test automation powered by Selenium WebDriver that brings the following advantages:
Concise fluent API for tests Ajax support for stable tests Powerful selectors True Page Objects
You don't need to think how to shutdown browser, handle
... [More]
timeouts and StaleElement Exceptions or search for relevant log lines, debugging your tests.
Just focus on your business logic and let Selenide do the rest! [Less]