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
FieldsFields inherited from class com.codeborne.selenide.collections.ExactTexts
expectedTextsFields inherited from class com.codeborne.selenide.WebElementsCondition
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, toStringMethods inherited from class com.codeborne.selenide.WebElementsCondition
because, check, errorMessage, expectedValue, missingElementsSatisfyCondition
-
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
-