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
FieldsFields inherited from class com.codeborne.selenide.collections.ExactTexts
expectedTextsFields inherited from class com.codeborne.selenide.CollectionCondition
empty, explanation -
Constructor Summary
ConstructorsConstructorDescriptionAppiumAttributeValues(CombinedAttribute attribute, String... expectedAttributeValues) AppiumAttributeValues(CombinedAttribute attribute, List<String> expectedAttributeValues) -
Method Summary
Methods inherited from class com.codeborne.selenide.collections.ExactTexts
check, fail, missingElementSatisfiesCondition, toStringMethods 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
-
Field Details
-
attribute
-
-
Constructor Details
-
AppiumAttributeValues
-
AppiumAttributeValues
-
-
Method Details
-
check
@Nonnull @CheckReturnValue public com.codeborne.selenide.CheckResult check(com.codeborne.selenide.Driver driver, List<org.openqa.selenium.WebElement> elements) - Overrides:
checkin classcom.codeborne.selenide.collections.ExactTexts
-