| Package | Description |
|---|---|
| com.github.loyada.jdollarx | |
| com.github.loyada.jdollarx.custommatchers |
| 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) |
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 © 2017. All rights reserved.