Class AppiumAttributeValues

java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.ExactTexts
com.codeborne.selenide.appium.conditions.AppiumAttributeValues

@ParametersAreNonnullByDefault public class AppiumAttributeValues extends com.codeborne.selenide.collections.ExactTexts
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final CombinedAttribute
     

    Fields inherited from class com.codeborne.selenide.collections.ExactTexts

    expectedTexts

    Fields inherited from class com.codeborne.selenide.WebElementsCondition

    explanation
  • Constructor Summary

    Constructors
    Constructor
    Description
    AppiumAttributeValues(CombinedAttribute attribute, String... expectedAttributeValues)
     
    AppiumAttributeValues(CombinedAttribute attribute, List<String> expectedAttributeValues)
     
  • Method Summary

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

    Methods inherited from class com.codeborne.selenide.collections.ExactTexts

    check, fail, toString

    Methods inherited from class com.codeborne.selenide.WebElementsCondition

    because, check, errorMessage, expectedValue, missingElementsSatisfyCondition, or

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • check

      @Nonnull @CheckReturnValue public com.codeborne.selenide.CheckResult check(com.codeborne.selenide.Driver driver, List<org.openqa.selenium.WebElement> elements)
      Overrides:
      check in class com.codeborne.selenide.collections.ExactTexts