Class and Description |
---|
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.
|
Form.LabelSide
Represents whether a label is on the left or right side of a checkbox/radiobutton/etc.
|
JauntiumException
The superclass of all Jauntium-related checked Exceptions.
|
Node
Represents a DOM node.
|
NotFound
Represents an error caused by an inability to locate the target of a search.
|
Table
This class presents utility methods for accessing data within an HTML table.
|