Class PartialValue
java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.conditions.PartialValue
-
Field Summary
Fields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codeborne.selenide.WebElementCondition
because, getName, missingElementSatisfiesCondition, negate, or
-
Constructor Details
-
PartialValue
-
-
Method Details
-
check
@Nonnull @CheckReturnValue public CheckResult check(Driver driver, org.openqa.selenium.WebElement element) Description copied from class:WebElementCondition
Check if given element matches this condition- Specified by:
check
in classWebElementCondition
- Parameters:
driver
- selenide driverelement
- given WebElement- Returns:
CheckResult.Verdict.ACCEPT
if element matches condition, orCheckResult.Verdict.REJECT
if element doesn't match (and we should keep trying until timeout).
-
toString
- Overrides:
toString
in classWebElementCondition
-