| Modifier and Type | Interface and Description |
|---|---|
interface |
Module |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionHooksContext.registerAfterHook(Consumer<Component> predicate) |
void |
ActionHooksContext.registerBeforeHook(Consumer<Component> predicate) |
void |
ActionHooksContext.removeAfterHook(Consumer<Component> predicate) |
void |
ActionHooksContext.removeBeforeHook(Consumer<Component> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
PageFactory.getElement(Page page,
String elementName) |
| Modifier and Type | Method and Description |
|---|---|
Component |
PageInitializer.createComponent(Browser browser,
Class<? extends Component> elementType,
LocatesElements parent,
Locator locator,
String elementName) |
| Modifier and Type | Method and Description |
|---|---|
Component |
PageInitializer.createComponent(Browser browser,
Class<? extends Component> elementType,
LocatesElements parent,
Locator locator,
String elementName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponent |
class |
AbstractGroupComponent<T extends AbstractComponent>
Created by cpascal on 3/30/2017.
|
class |
Button |
class |
CheckBox |
class |
CheckBoxButtonGroup
RadioButtonGroup represents a set of radio buttons on a web page.
|
class |
GenericWebElement
Created by cpascal on 3/29/2017.
|
class |
GroupComponent<T extends AbstractComponent>
Created by cpascal on 3/30/2017.
|
class |
Hyperlink
Created by cpascal on 3/29/2017.
|
class |
Input
Created by cpascal on 3/29/2017.
|
class |
Label
Created by cpascal on 3/29/2017.
|
class |
RadioButton |
class |
RadioButtonGroup
RadioButtonGroup represents a set of radio buttons on a web page.
|
class |
Select
Created by cpascal on 3/31/2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModule
Created by cpascal on 3/29/2017.
|
Copyright © 2018. All rights reserved.