You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.testbench.

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