org.unitils.selenium.annotation.TestWebDriver Maven / Gradle / Ivy
package org.unitils.selenium.annotation;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* With this annotation, the webdriver will be initialised automatically for all the tests.
*
* @author Jeroen Horemans
* @author Thomas De Rycke
* @author Willemijn Wouters
*
* @since 1.0.0
*/
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface TestWebDriver {
//empty
}