Class AttributeWithValue

java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.appium.conditions.AttributeWithValue

@ParametersAreNonnullByDefault public class AttributeWithValue extends com.codeborne.selenide.WebElementCondition
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final String
     

    Fields inherited from class com.codeborne.selenide.WebElementCondition

    missingElementSatisfiesCondition, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AttributeWithValue(CombinedAttribute attribute, String expectedAttributeValue)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.codeborne.selenide.CheckResult
    check(com.codeborne.selenide.Driver driver, org.openqa.selenium.WebElement element)
     

    Methods inherited from class com.codeborne.selenide.WebElementCondition

    because, getName, missingElementSatisfiesCondition, negate, or, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • expectedAttributeValue

      protected final String expectedAttributeValue
  • Constructor Details

  • Method Details

    • check

      @Nonnull public com.codeborne.selenide.CheckResult check(com.codeborne.selenide.Driver driver, org.openqa.selenium.WebElement element)
      Specified by:
      check in class com.codeborne.selenide.WebElementCondition