| Interface | Description |
|---|---|
| FillableComponent<T> |
Interface to define components that can be filled with data, such as
inputs, selects, checkboxes etc.
|
| ReadableComponent<T> |
Interface to define elements that can have their value read
|
| Class | Description |
|---|---|
| AbstractComponent | |
| AbstractGroupComponent<T extends AbstractComponent> |
Created by cpascal on 3/30/2017.
|
| Button | |
| CheckBox | |
| CheckBoxButtonGroup |
RadioButtonGroup represents a set of radio buttons on a web page.
|
| GenericWebElement |
Created by cpascal on 3/29/2017.
|
| GroupComponent<T extends AbstractComponent> |
Created by cpascal on 3/30/2017.
|
| Hyperlink |
Created by cpascal on 3/29/2017.
|
| Input |
Created by cpascal on 3/29/2017.
|
| Label |
Created by cpascal on 3/29/2017.
|
| RadioButton | |
| RadioButtonGroup |
RadioButtonGroup represents a set of radio buttons on a web page.
|
| Select |
Created by cpascal on 3/31/2017.
|
Copyright © 2018. All rights reserved.