Package | Description |
---|---|
com.abmash.api |
Provides the main classes to control browsers and to find and interact with elements on the current web page.
|
com.abmash.core.element |
Provides classes to describe certain properties of page elements.
|
com.abmash.parser.content |
Provides generic classes that represent structural information and are shared amongst different content types.
|
Modifier and Type | Method and Description |
---|---|
Location |
HtmlElement.getLocation()
Gets the location of this element.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlElement.setLocation(Location location) |
Modifier and Type | Method and Description |
---|---|
Location |
Location.moveBy(double xOffset,
double yOffset) |
Modifier and Type | Method and Description |
---|---|
Location |
ContentElement.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
ContentElement.setLocation(Location location) |