Class AppiumAttributeValues

java.lang.Object
com.codeborne.selenide.CollectionCondition
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.CollectionCondition

    empty, 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, missingElementSatisfiesCondition, toString

    Methods inherited from class com.codeborne.selenide.CollectionCondition

    allMatch, anyMatch, attributes, attributes, because, check, containExactTextsCaseSensitive, containExactTextsCaseSensitive, exactTexts, exactTexts, exactTextsCaseSensitive, exactTextsCaseSensitive, exactTextsCaseSensitiveInAnyOrder, exactTextsCaseSensitiveInAnyOrder, fail, itemWithText, noneMatch, size, sizeGreaterThan, sizeGreaterThanOrEqual, sizeLessThan, sizeLessThanOrEqual, sizeNotEqual, test, texts, texts, textsInAnyOrder, textsInAnyOrder

    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