Class Href
java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.conditions.AttributeWithValue
com.codeborne.selenide.conditions.Href
-
Field Summary
Fields inherited from class com.codeborne.selenide.conditions.AttributeWithValue
expectedAttributeValueFields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCheck if given element matches this conditionMethods inherited from class com.codeborne.selenide.conditions.AttributeWithValue
getAttributeValueMethods inherited from class com.codeborne.selenide.WebElementCondition
because, getName, missingElementSatisfiesCondition, negate, or, toString
-
Constructor Details
-
Href
-
-
Method Details
-
check
Description copied from class:WebElementConditionCheck if given element matches this condition- Overrides:
checkin classAttributeWithValue- Parameters:
driver- selenide driverelement- given WebElement- Returns:
CheckResult.Verdict.ACCEPTif element matches condition, orCheckResult.Verdict.REJECTif element doesn't match (and we should keep trying until timeout).
-