| Package | Description |
|---|---|
| com.github.loyada.jdollarx |
main package for defining Path DOM elements and browser interaction
|
| com.github.loyada.jdollarx.custommatchers |
Custom Hamcrest matchers for assertions in tests - supports multiple instances of browsers, as
well as assertions on a W3C Document
|
| Modifier and Type | Field and Description |
|---|---|
RelationOperator |
NPath.qualifier |
| Modifier and Type | Method and Description |
|---|---|
static RelationOperator |
RelationOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationOperator[] |
RelationOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
InBrowser.findPageWithNumberOfOccurrences(Path el,
int numberOfOccurrences,
RelationOperator relationOperator)
Don't use this directly.
|
static org.openqa.selenium.WebElement |
InBrowserFinder.findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver,
Path el,
int numberOfOccurrences,
RelationOperator relationOperator) |
static String |
XpathUtils.nOccurances(String xpath,
int numberOfOccurrences,
RelationOperator relationOperator) |
static String |
RelationOperator.opAsEnglish(RelationOperator op) |
static String |
RelationOperator.opAsXpathString(RelationOperator op) |
| Constructor and Description |
|---|
NPath(Path path,
int n,
RelationOperator qualifier) |
| Constructor and Description |
|---|
ISPresentNTimesMatcherForDocument(int nTimes,
RelationOperator relationOperator,
Document doc) |
NTimesMatcher(int nTimes,
RelationOperator relationOperator,
InBrowser browser) |
Copyright © 2018. All rights reserved.