| Interface | Description |
|---|---|
| Button |
A button which ensures that the page is reloaded after a click on it or more
general a button that starts an action so that this button will at the end of
the action not in the DOM.
|
| CheckBox |
Interface that wraps a WebElement in CheckBox functionality.
|
| Label |
Html form label.
|
| Link |
Representation of a link which ensures that the page is reloaded after a
click on it or more general a link that starts an action so that this link
will at the end of the action not in the DOM.
|
| Select |
Interface for a select element.
|
| Table |
Table functionality.
|
| TextInput |
Text field functionality.
|
| Class | Description |
|---|---|
| ButtonImpl |
Implementation of a button that starts an action so that this button will at
the end of the action not in the DOM.
|
| CheckBoxImpl |
Wrapper class like Select that wraps basic checkbox functionality.
|
| LabelImpl |
Wraps a label on a html form with some behavior.
|
| LinkImpl |
The implementation of a link.
|
| SelectImpl |
Wrapper around a WebElement for the Select class in Selenium.
|
| TableImpl |
Table wrapper.
|
| TextInputImpl |
TextInput wrapper.
|
Copyright © 2017 PPI AG. All rights reserved.