Uses of Class
com.github.loyada.jdollarx.RelationOperator
-
Packages that use RelationOperator Package Description com.github.loyada.jdollarx main package for defining Path DOM elements and browser interactioncom.github.loyada.jdollarx.custommatchers Custom Hamcrest matchers for assertions in tests - supports multiple instances of browsers, as well as assertions on a W3C Document -
-
Uses of RelationOperator in com.github.loyada.jdollarx
Fields in com.github.loyada.jdollarx declared as RelationOperator Modifier and Type Field Description RelationOperatorNPath. qualifierMethods in com.github.loyada.jdollarx that return RelationOperator Modifier and Type Method Description static RelationOperatorRelationOperator. 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.Methods in com.github.loyada.jdollarx with parameters of type RelationOperator Modifier and Type Method Description org.openqa.selenium.WebElementInBrowser. findPageWithNumberOfOccurrences(Path el, int numberOfOccurrences, RelationOperator relationOperator)Don't use this directly.static org.openqa.selenium.WebElementInBrowserFinder. findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver, Path el, int numberOfOccurrences, RelationOperator relationOperator)static StringXpathUtils. nOccurances(String xpath, int numberOfOccurrences, RelationOperator relationOperator)static StringRelationOperator. opAsEnglish(RelationOperator op)static StringRelationOperator. opAsXpathString(RelationOperator op)Constructors in com.github.loyada.jdollarx with parameters of type RelationOperator Constructor Description NPath(Path path, int n, RelationOperator qualifier) -
Uses of RelationOperator in com.github.loyada.jdollarx.custommatchers
Constructors in com.github.loyada.jdollarx.custommatchers with parameters of type RelationOperator Constructor Description ISPresentNTimesMatcherForDocument(int nTimes, RelationOperator relationOperator, Document doc)NTimesMatcher(int nTimes, RelationOperator relationOperator, InBrowser browser)
-