Class AppiumAttributeValues
java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.ExactTexts
com.codeborne.selenide.appium.conditions.AppiumAttributeValues
-
Field Summary
Fields inherited from class com.codeborne.selenide.collections.ExactTexts
expectedTexts
Fields inherited from class com.codeborne.selenide.WebElementsCondition
explanation
-
Constructor Summary
ConstructorDescriptionAppiumAttributeValues
(CombinedAttribute attribute, String... expectedAttributeValues) AppiumAttributeValues
(CombinedAttribute attribute, List<String> expectedAttributeValues) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
Field Details
-
attribute
-
-
Constructor Details
-
AppiumAttributeValues
-
AppiumAttributeValues
-
-
Method Details
-
check
@Nonnull @CheckReturnValue public CheckResult check(Driver driver, List<org.openqa.selenium.WebElement> elements) - Overrides:
check
in classExactTexts
-