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

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

package com.zebrunner.carina.webdriver.locator;

import org.openqa.selenium.support.FindBy;

import java.lang.annotation.Annotation;

public interface FindCondition {

    void assertValidAnnotations(T annotation);

    boolean isConditionApply(T annotation);

    FindBy getFindBy(T annotation);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy