website.automate.waml.io.model.CriterionNames 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
package website.automate.waml.io.model;
public class CriterionNames {
public static final String
CLEAR = "clear",
IF = "if",
UNLESS = "unless",
SELECTOR = "selector",
SCENARIO = "scenario",
TEXT = "text",
TIME = "time",
TIMEOUT = "timeout",
URL = "url",
VALUE = "value",
INPUT = "input",
PARENT = "parent",
ABSENT = "absent",
META = "meta";
}