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

dev.galasa.selenium.SeleniumManager Maven / Gradle / Ivy

There is a newer version: 0.34.0
Show newest version
/*
 * Licensed Materials - Property of IBM
 * 
 * (c) Copyright IBM Corp. 2020.
 */
package dev.galasa.selenium;

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

import dev.galasa.framework.spi.ValidAnnotatedFields;
import dev.galasa.selenium.internal.SeleniumManagerField;

@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
@SeleniumManagerField
@ValidAnnotatedFields({ ISeleniumManager.class })
public @interface SeleniumManager {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy