default ElementProperty |
ElementProperty.and(ElementProperty prop) |
default ElementProperty |
ElementProperty.andNot(ElementProperty prop) |
static ElementProperty |
ElementProperties.contains(Path... paths) |
static ElementProperty |
ElementProperties.hasAggregatedTextContaining(String txt) |
static ElementProperty |
ElementProperties.hasAggregatedTextEqualTo(String txt) |
static ElementProperty |
ElementProperties.hasAncesctor(Path path) |
static ElementProperty |
ElementProperties.hasAnyOfClasses(String... cssClasses) |
static ElementProperty |
ElementProperties.hasAttribute(String attribute,
String value) |
static ElementProperty |
ElementProperties.hasChild(Path... paths) |
static ElementProperty |
ElementProperties.hasClass(String className) |
static ElementProperty |
ElementProperties.hasClasses(String... cssClasses) |
static ElementProperty |
ElementProperties.hasDescendant(Path... path) |
static ElementProperty |
ElementProperties.hasId(String id) |
static ElementProperty |
ElementProperties.hasName(String name) |
static ElementProperty |
ElementProperties.hasNChildren(Integer n) |
static ElementProperty |
ElementProperties.hasNonOfTheClasses(String... cssClasses) |
static ElementProperty |
ElementProperties.hasParent(Path path) |
static ElementProperty |
ElementProperties.hasText(String txt) |
static ElementProperty |
ElementProperties.hasTextContaining(String txt) |
static ElementProperty |
ElementProperties.isAfter(Path... paths) |
static ElementProperty |
ElementProperties.isAfterSibling(Path... paths) |
static ElementProperty |
ElementProperties.isAncestorOf(Path... webElements) |
static ElementProperty |
ElementProperties.isBefore(Path... paths) |
static ElementProperty |
ElementProperties.isBeforeSibling(Path... paths) |
static ElementProperty |
ElementProperties.isChildOf(Path path) |
static ElementProperty |
ElementProperties.isContainedIn(Path path) |
static ElementProperty |
ElementProperties.isDescendantOf(Path path) |
static ElementProperty |
ElementProperties.isInside(Path path) |
static ElementProperty |
ElementProperties.isNthFromLastSibling(Integer reverseIndex) |
static ElementProperty |
ElementProperties.isNthSibling(Integer index) |
static ElementProperty |
ElementProperties.isParentOf(Path... paths) |
static ElementProperty |
ElementProperties.isSiblingOf(Path... paths) |
static ElementProperty |
ElementProperties.not(ElementProperty prop) |
default ElementProperty |
ElementProperty.or(ElementProperty p) |
static ElementProperty |
ElementProperties.rawXpathProperty(String rawXpathProps,
String rawExplanation) |
static ElementProperty |
ElementProperties.withIndex(Integer index) |
static ElementProperty |
ElementProperties.withIndexInRange(int first,
int last) |