Class AttributeWithValue
java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.appium.conditions.AttributeWithValue
@ParametersAreNonnullByDefault
public class AttributeWithValue
extends com.codeborne.selenide.WebElementCondition
-
Field Summary
FieldsFields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name -
Constructor Summary
ConstructorsConstructorDescriptionAttributeWithValue(CombinedAttribute attribute, String expectedAttributeValue) -
Method Summary
Modifier and TypeMethodDescriptioncom.codeborne.selenide.CheckResultcheck(com.codeborne.selenide.Driver driver, org.openqa.selenium.WebElement element) Methods inherited from class com.codeborne.selenide.WebElementCondition
because, getName, missingElementSatisfiesCondition, negate, or, toString
-
Field Details
-
expectedAttributeValue
-
-
Constructor Details
-
AttributeWithValue
-
-
Method Details
-
check
@Nonnull public com.codeborne.selenide.CheckResult check(com.codeborne.selenide.Driver driver, org.openqa.selenium.WebElement element) - Specified by:
checkin classcom.codeborne.selenide.WebElementCondition
-