See: Description
Class | Description |
---|---|
Browser |
Represents a browser window; Allows for navigation of online and offline content and exposes the Document object that represents the current HTML page.
|
Document |
Represents an HTML document and provides convenience methods for accessing forms, tables, and pagination.
|
Element |
Represents an HTML Element; this class implements WebElement and providing additional convenience methods for searching using tagQuery syntax as well as accessing attributes, proximal elements, and text children.
|
Elements |
A container class for holding Element objects that are search results, which is itself searchable using the tagQuery syntax.
|
Form |
A utility component that makes it easy to locate and fill-out the input fields of a particular HTML form; convenience methods allow for reading/setting input fields (eg textfields, dropdown menus, checkboxes, etc), and for submitting the form.
|
Node |
Represents a DOM node.
|
Table |
This class presents utility methods for accessing data within an HTML table.
|
Enum | Description |
---|---|
Form.LabelSide |
Represents whether a label is on the left or right side of a checkbox/radiobutton/etc.
|
Exception | Description |
---|---|
JauntiumException |
The superclass of all Jauntium-related checked Exceptions.
|
NotFound |
Represents an error caused by an inability to locate the target of a search.
|