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

com.zebrunner.carina.webdriver.locator.ImmutableUIList Maven / Gradle / Ivy

package com.zebrunner.carina.webdriver.locator;

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

import org.openqa.selenium.Beta;

/**
 * For a list of elements that are known to be the same size and in the same order.
 */
@Beta
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
public @interface ImmutableUIList {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy