- Edit - Class in com.github.mkolisnyk.sirius.client.ui.controls
-
Control extension which corresponds to the edit control.
- Edit(Page, By) - Constructor for class com.github.mkolisnyk.sirius.client.ui.controls.Edit
-
Default constructor.
- Editable - Class in com.github.mkolisnyk.sirius.client.ui.controls
-
Base class for all controls which have modifiable states
like edit fields, check boxes etc.
- Editable(Page, By) - Constructor for class com.github.mkolisnyk.sirius.client.ui.controls.Editable
-
Default constructor which binds page the control belongs to and the locator to
find the element on page.
- element() - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets direct reference to the WebElement instance for current control object.
- element(int) - Method in class com.github.mkolisnyk.sirius.client.ui.controls.Control
-
Gets direct reference to the WebElement instance for current control object.
- enabled(int) - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-
Checks if control enabled.
- enabled() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-
.
- enterValue(String, String) - Method in class com.github.mkolisnyk.sirius.cucumber.steps.ControlSteps
-
Enters the text into the text field specified by name.
- exists(int) - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-
Checks if control exists.
- exists() - Static method in class com.github.mkolisnyk.sirius.client.ui.predicates.States
-
.