uk.sponte.automation.seleniumpom.annotations.Validator Maven / Gradle / Ivy
package uk.sponte.automation.seleniumpom.annotations;
/**
* Validator based class, used in @PageFilter
*/
public interface Validator {
boolean isValid();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy