All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pojosontheweb.selenium.package-info Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy