- captureScreenShot() - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Captures the screenshot of current page.
- captureScreenShot(String) - Method in class com.github.mkolisnyk.sirius.client.ui.Page
-
Captures the screenshot of current page and stores it in the file.
- check() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.RadioButton
-
Sets check mark on the object if it's not already checked.
- CheckBox - Class in com.github.mkolisnyk.sirius.client.ui.controls
-
Wrapper class which is abstraction over the check box elements
of any similar looking elements which have checked/unchecked state.
- CheckBox(Page, By) - Constructor for class com.github.mkolisnyk.sirius.client.ui.controls.CheckBox
-
Default constructor which binds page the control belongs to and the locator to
find the element on page.
- checked() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-
Makes sure if element is checked.
- clear() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.Actions
-
Predicate which clears field content.
- clearCurrent() - Static method in class com.github.mkolisnyk.sirius.client.Context
-
Clears all variables data for current thread.
- click() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.Actions
-
Predicate for click operation.
- clickOnSubItem(String, String, String) - Method in class com.github.mkolisnyk.sirius.cucumber.steps.TableSteps
-
Clicks on specific sub-item at the first/last row of the table specified by name.
- clickOnText(String) - Method in class com.github.mkolisnyk.sirius.cucumber.steps.PageSteps
-
Perform click on some specific label.
- clickOnTheButton(String) - Method in class com.github.mkolisnyk.sirius.cucumber.steps.ControlSteps
-
Performs the click on the element specified by name on current page.
- com.github.mkolisnyk.sirius.client.ui.controls - package com.github.mkolisnyk.sirius.client.ui.controls
-
Common package for classes representing page controls.
- com.github.mkolisnyk.sirius.client.ui.predicates - package com.github.mkolisnyk.sirius.client.ui.predicates
-
Common storage for all core predicates.
- com.github.mkolisnyk.sirius.cucumber.steps - package com.github.mkolisnyk.sirius.cucumber.steps
-
Major package to Cucumber-JVM step definitions.
- Configuration - Class in com.github.mkolisnyk.sirius.client
-
Global object for configuration data storage.
- ConfigurationOption - Enum in com.github.mkolisnyk.sirius.client
-
Some configuration options are frequently used and have fixed predefined names.
- Context - Class in com.github.mkolisnyk.sirius.client
-
Global object which stores context variables.
- Control - Class in com.github.mkolisnyk.sirius.client.ui.controls
-
Major class for all control objects.
- Control(Page, By) - Constructor for class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Default constructor which binds page the control belongs to and the locator to
find the element on page.
- ControlSteps - Class in com.github.mkolisnyk.sirius.cucumber.steps
-
Group of Cucumber-JVM keywords which are targeted to separate controls.
- ControlSteps() - Constructor for class com.github.mkolisnyk.sirius.cucumber.steps.ControlSteps
-
- current() - Static method in class com.github.mkolisnyk.sirius.client.Driver
-
Returns the WebDriver instance for current thread.
- current(int) - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-
Checks if the actual page observed from application under test corresponds
to current page class instance.
- current() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-