| Class | Description |
|---|---|
| ClickNavigationAction |
Used to handle clicking an element.
|
| ClickNavigationActionDoer |
Handles clicking an HTML element.
|
| FormNavigationAction |
Used to handle submitting forms.
|
| FormNavigationActionDoer |
Handles submitting a form.
|
| FormParameter |
Represents a form element to be submitted along with the form.
|
| HtmlElementIdentifier |
Used to identify HTML elements, given certain criteria.
|
| ListSelectionNavigationAction |
Used to handle selecting or de-selecting an item
from a <select> widget.
|
| ListSelectionNavigationActionDoer |
Handles entering text into a text box.
|
| NavigationAction |
A base class for browser navigation actions such
as clicking a link or submitting a form.
|
| NavigationActionDoer |
A base class for carrying out navigation actions, such
as clicking a button or entering text into a text field.
|
| TextEntryNavigationAction |
Used to handle entering text into text boxes.
|
| TextEntryNavigationActionDoer |
Handles entering text into a text box.
|