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