Class Exist
java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.conditions.Exist
- 
Field Summary
Fields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.codeborne.selenide.WebElementCondition
because, getName, missingElementSatisfiesCondition, or, toString 
- 
Constructor Details
- 
Exist
public Exist() 
 - 
 - 
Method Details
- 
check
Description copied from class:WebElementConditionCheck if given element matches this condition- Specified by:
 checkin classWebElementCondition- 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).
 - 
negate
- Overrides:
 negatein classWebElementCondition
 
 -