- accept() - Method in class com.github.mkolisnyk.sirius.client.ui.AlertPage
-
Simply presses OK on available alert dialog.
- acceptAlert() - Method in class com.github.mkolisnyk.sirius.cucumber.steps.PageSteps
-
Closes the alert message.
- Actions - Class in com.github.mkolisnyk.sirius.client.ui.predicates
-
Collects predicates responsible for various actions on elements.
- addSubItems(SubItem[]) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Adds sub-items assigned using
SubItem
annotation.
- alert() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.Getters
-
Gets alert page instance.
- AlertPage - Class in com.github.mkolisnyk.sirius.client.ui
-
Common page class for alert messages.
- AlertPage(WebDriver, Page) - Constructor for class com.github.mkolisnyk.sirius.client.ui.AlertPage
-
Alert page constructor.
- Alias - Annotation Type in com.github.mkolisnyk.sirius.client.ui
-
Annotation which is supposed to be applied to page classes or their fields.
- allOf(Control[], Operation<Boolean, Control>) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Checks if all elements passed as the parameter have the state
specified by predicate.
- anyOf(Control[], Operation<Boolean, Control>) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Checks if any of elements passed as the parameter has the state
specified by predicate.
- apply(R) - Method in interface com.github.mkolisnyk.sirius.client.ui.predicates.Operation
-
Performs predicate action.
- atLeastOneElementIsShown(List<String>) - Method in class com.github.mkolisnyk.sirius.cucumber.steps.ControlSteps
-
Checks whether at least one of the elements is available.
- attribute(String) - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.Getters
-
Predicate for control attribute retrieval.