Uses of Enum Class
com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Packages that use ElementQuery.AttributeMatch.Comparison
-
Uses of ElementQuery.AttributeMatch.Comparison in com.vaadin.testbench
Methods in com.vaadin.testbench that return ElementQuery.AttributeMatch.ComparisonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ElementQuery.AttributeMatch.Comparison.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.testbench with parameters of type ElementQuery.AttributeMatch.ComparisonModifier and TypeMethodDescriptionElementQuery.withAttribute
(String attribute, String value, ElementQuery.AttributeMatch.Comparison comparison) Selects on elements with the given attribute using the given comparison and value.Constructors in com.vaadin.testbench with parameters of type ElementQuery.AttributeMatch.ComparisonModifierConstructorDescriptionAttributeMatch
(String name, ElementQuery.AttributeMatch.Comparison comparison, String value) Instantiates an attribute matching expression having the supplied attribute name, comparison, and value to compare with the attribute's value.