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