Package | Description |
---|---|
com.abmash.api.query |
Provides classes to find elements on web pages.
|
com.abmash.core.color |
Provides classes to handle color queries.
|
Modifier and Type | Method and Description |
---|---|
static Predicate |
QueryFactory.color(ColorName colorName)
Finds elements that match the desired color.
|
static Predicate |
QueryFactory.color(ColorName colorName,
double tolerance,
double dominance)
Finds elements that match the desired color.
|
static Predicate |
QueryFactory.color(ColorName colorName,
Tolerance tolerance,
Dominance dominance)
Finds elements that match the desired color.
|
Modifier and Type | Method and Description |
---|---|
static ColorName |
ColorName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorName[] |
ColorName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|