| Package | Description |
|---|---|
| com.github.mkolisnyk.sirius.client.ui | |
| com.github.mkolisnyk.sirius.client.ui.controls | |
| com.github.mkolisnyk.sirius.cucumber.steps |
| Modifier and Type | Method and Description |
|---|---|
static Control |
Page.getFirstAvailableControlFromList(Control[] controls,
int tries) |
Control |
Page.getScrollable() |
Control |
Page.getTextControl(String message) |
Control |
Page.onPage(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Page.allElementsAreDisabled(Control[] elements) |
boolean |
Page.allElementsAreEnabled(Control[] elements) |
boolean |
Page.allElementsAreInvisible(Control[] elements) |
boolean |
Page.allElementsAreVisible(Control[] elements) |
boolean |
Page.allElementsDoNotExist(Control[] elements) |
boolean |
Page.allElementsExist(Control[] elements) |
boolean |
Page.anyOfElementsDoNotExist(Control[] elements) |
boolean |
Page.anyOfElementsExist(Control[] elements) |
boolean |
Page.anyOfElementsIsDisabled(Control[] elements) |
boolean |
Page.anyOfElementsIsEnabled(Control[] elements) |
boolean |
Page.anyOfElementsIsInvisible(Control[] elements) |
boolean |
Page.anyOfElementsIsVisible(Control[] elements) |
static Control |
Page.getFirstAvailableControlFromList(Control[] controls,
int tries) |
boolean |
Page.scrollTo(Control control) |
boolean |
Page.scrollTo(Control control,
boolean up) |
boolean |
Page.scrollTo(Control control,
ScrollTo scrollDirection) |
| Modifier and Type | Class and Description |
|---|---|
class |
Edit |
class |
SelectList |
class |
TableView |
| Modifier and Type | Method and Description |
|---|---|
<T extends Control> |
TableView.getSubItem(String name,
int index,
Class<T> itemType) |
| Modifier and Type | Method and Description |
|---|---|
Control |
TableView.getItem(int index) |
Control |
TableView.getSubItem(String name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Control |
ControlSteps.verifyElementExists(String fieldName) |
Copyright © 2013-2018. All Rights Reserved.