Package | Description |
---|---|
com.abmash.api.query |
Provides classes to find elements on web pages.
|
com.abmash.core.jquery |
Provides classes to create jQuery selectors and commands.
|
com.abmash.core.jquery.command |
Provides classes which contain different jQuery commands that select or manipulate elements, and extract their contents.
|
com.abmash.core.query.predicate |
Provides classes that represent all possible query predicates.
|
Modifier and Type | Method and Description |
---|---|
Predicates |
Query.getPredicates() |
Modifier and Type | Method and Description |
---|---|
void |
Query.addPredicates(Predicates predicates) |
Constructor and Description |
---|
Query(Browser browser,
Predicates predicates) |
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.above(DirectionOptions options,
Predicates predicates) |
JQuery |
JQuery.below(DirectionOptions options,
Predicates predicates) |
JQuery |
JQuery.closeTo(DirectionOptions options,
Predicates predicates) |
JQuery |
JQuery.closeToClickableLabel(DirectionOptions options,
Predicates predicates) |
JQuery |
JQuery.closeToLabel(DirectionOptions options,
Predicates predicates) |
JQuery |
JQuery.leftOf(DirectionOptions options,
Predicates predicates) |
JQuery |
JQuery.rightOf(DirectionOptions options,
Predicates predicates) |
Modifier and Type | Method and Description |
---|---|
Predicates |
CommandWithPredicates.getPredicates() |
Constructor and Description |
---|
CloseToCommand(DirectionOptions options,
Predicates predicates) |
CommandWithPredicates(java.lang.String selector,
Predicates predicates) |
Modifier and Type | Method and Description |
---|---|
Predicates |
DirectionPredicate.getPredicates() |
Predicates |
RecursivePredicate.getPredicates() |