| Package | Description |
|---|---|
| com.github.mkolisnyk.sirius.client.ui | |
| com.github.mkolisnyk.sirius.client.ui.controls |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Page> |
PageFactory.init(org.openqa.selenium.WebDriver driver,
Class<T> pageClass) |
| Modifier and Type | Method and Description |
|---|---|
static Page |
Page.forName(String name) |
static Page |
Page.forName(String name,
String pagePackage) |
static Page |
Page.getCurrent() |
static Page |
Page.getCurrentFromList(Class<? extends Page>[] pageClasses,
int tries) |
static Page |
Page.getCurrentFromList(Class<? extends Page>[] pageClasses,
int tries,
boolean useCache) |
Page |
Page.navigate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Page.setCurrent(Page newPage) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Page> |
Control.click(Class<T> pageClass) |
| Modifier and Type | Method and Description |
|---|---|
Page |
Control.getParent() |
| Constructor and Description |
|---|
Control(Page parentValue,
org.openqa.selenium.By locatorValue) |
Edit(Page parentValue,
org.openqa.selenium.By locatorValue) |
SelectList(Page parentValue,
org.openqa.selenium.By locatorValue) |
TableView(Page parentValue,
org.openqa.selenium.By locatorValue) |
Copyright © 2013-2018. All Rights Reserved.