| Package | Description |
|---|---|
| org.testmonkeys.maui.core.factory | |
| org.testmonkeys.maui.pageobjects |
| Modifier and Type | Method and Description |
|---|---|
<T extends Page> |
PageFactory.createPage(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageFactory.createPage(String name) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Page> |
PageScanner.getPageByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractComponent> |
PageScanner.findPageElementByName(Page page,
String name) |
<T extends Component> |
PageFactory.getElement(Page page,
String elementName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityPage |
class |
AbstractPage |
Copyright © 2020. All rights reserved.