/**
* Selenium Utilities : a set of helper classes to ease writing/executing selenium tests.
*
* Includes :
* <ul>
* <li>
* {@link com.pojosontheweb.selenium.DriverBuildr} : eases initialization of a WebDriver.
* </li>
* <li>
* {@link com.pojosontheweb.selenium.Findr} : efficient and convenient, wait-style finders.
* </li>
* <li>
* {@link com.pojosontheweb.selenium.ManagedDriverJunit4TestBase} : base JUnit test case with everything pre-cooked,
* including video recording of tests.
* </li>
* </ul>
*
*/
package com.pojosontheweb.selenium;