| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actions | |
| net.serenitybdd.screenplay.ui |
| Modifier and Type | Method and Description |
|---|---|
static SelectFromOptions |
SelectFromOptions.byIndex(Integer... indexValues) |
static SelectFromOptions |
SelectFromOptions.byValue(String... values) |
static SelectFromOptions |
SelectFromOptions.byVisibleText(String... visibleTexts) |
| Modifier and Type | Method and Description |
|---|---|
static SelectFromOptions |
Select.option(String option) |
static SelectFromOptions |
Select.optionNumber(int index) |
static SelectFromOptions |
Select.optionNumbers(Integer... indexes) |
static SelectFromOptions |
Select.options(String... options) |
static SelectFromOptions |
Select.value(String value) |
static SelectFromOptions |
Select.values(String... values) |
Copyright © 2022. All rights reserved.