Class Exist
- java.lang.Object
-
- com.codeborne.selenide.Condition
-
- com.codeborne.selenide.conditions.Exist
-
public class Exist extends Condition
-
-
Constructor Summary
Constructors Constructor Description Exist()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(Driver driver, org.openqa.selenium.WebElement element)Check if given element matches this condition.-
Methods inherited from class com.codeborne.selenide.Condition
actualValue, and, applyNull, attribute, attribute, be, because, cssClass, cssValue, exactText, exactTextCaseSensitive, exactValue, getName, have, id, matchesText, matchText, missingElementSatisfiesCondition, name, not, or, selectedText, text, textCaseSensitive, toString, type, value
-
-