Class AttributeWithValue

java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.conditions.AttributeWithValue
Direct Known Subclasses:
Href

@ParametersAreNonnullByDefault public class AttributeWithValue extends WebElementCondition
  • Field Details

    • expectedAttributeValue

      protected final String expectedAttributeValue
  • Constructor Details

    • AttributeWithValue

      public AttributeWithValue(String attributeName, String expectedAttributeValue)
  • Method Details