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

de.lgohlke.selenium.webdriver.SwallowWebdriverException Maven / Gradle / Ivy

The newest version!
package de.lgohlke.selenium.webdriver;

import org.openqa.selenium.WebDriverException;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.METHOD;

@Retention(RetentionPolicy.RUNTIME)
@Target({METHOD})
public @interface SwallowWebdriverException {
    Class[] value() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy