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