Class ElementQuery.AttributeMatch

java.lang.Object
com.vaadin.testbench.ElementQuery.AttributeMatch
Enclosing class:
ElementQuery<T extends TestBenchElement>

public static class ElementQuery.AttributeMatch extends Object
  • Constructor Details

    • AttributeMatch

      public AttributeMatch(String name, String value)
    • AttributeMatch

      public AttributeMatch(String name, String operator, String value)
    • AttributeMatch

      public AttributeMatch(String name)
  • Method Details