| Modifier and Type | Field and Description |
|---|---|
protected AbstractComponent |
AbstractAction.component |
| Constructor and Description |
|---|
AbstractAction(AbstractComponent component) |
AbstractVoidAction(AbstractComponent component) |
ClickAction(AbstractComponent component) |
ExecuteJSAction(AbstractComponent component,
String script) |
ExecuteJSScript(AbstractComponent component,
String script,
Object... args) |
GetAttributeValueAction(AbstractComponent component,
String attributeName) |
GetTextAction(AbstractComponent component) |
IsSelectedAction(AbstractComponent component) |
SendKeysAction(AbstractComponent component,
String keys) |
| Constructor and Description |
|---|
SelectByIndexAction(AbstractComponent component,
int value) |
SelectByValueAction(AbstractComponent component,
String value) |
SelectByVisibleTextAction(AbstractComponent component,
String value) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractComponent> |
PageScanner.findPageElementByName(Page page,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGroupComponent<T extends AbstractComponent>
Created by cpascal on 3/30/2017.
|
class |
GroupComponent<T extends AbstractComponent>
Created by cpascal on 3/30/2017.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
HtmlElement(AbstractComponent component) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModule
Created by cpascal on 3/29/2017.
|
Copyright © 2018. All rights reserved.