
website.automate.waml.io.model.main.criteria.Criteria Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of waml-io Show documentation
Show all versions of waml-io Show documentation
(De)Serializer of the web automation markup language (WAML) for Java
The newest version!
package website.automate.waml.io.model.main.criteria;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
@JsonPropertyOrder({"selector", "text", "value", "element", "input", "facts", "local", "async", "script"})
public interface Criteria {
@JsonIgnore
boolean canBeShortNotated();
@JsonIgnore
String getDefaultCriterionName();
@JsonIgnore
Object getDefaultCriterionValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy