Class AttributeWithValue
java.lang.Object
com.codeborne.selenide.Condition
com.codeborne.selenide.appium.conditions.AttributeWithValue
@ParametersAreNonnullByDefault
public class AttributeWithValue
extends com.codeborne.selenide.Condition
-
Field Summary
FieldsFields inherited from class com.codeborne.selenide.Condition
appear, appears, checked, disabled, disappear, editable, empty, enabled, exist, focused, hidden, image, interactable, readonly, selected, visible -
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.Condition
actualValue, allOf, allOf, and, anyOf, anyOf, apply, attribute, attribute, attributeMatching, be, because, cssClass, cssValue, exactOwnText, exactOwnTextCaseSensitive, exactText, exactTextCaseSensitive, exactValue, getName, have, href, id, innerText, match, matchText, missingElementSatisfiesCondition, name, negate, not, or, ownText, ownTextCaseSensitive, partialText, partialTextCaseSensitive, partialValue, pseudo, pseudo, selectedText, tagName, text, textCaseSensitive, toString, type, value
-
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) - Overrides:
checkin classcom.codeborne.selenide.Condition
-