net.serenitybdd.screenplay.actions.SelectStrategy Maven / Gradle / Ivy
package net.serenitybdd.screenplay.actions;
enum SelectStrategy {
ByValue, ByVisibleText, ByIndex
}
package net.serenitybdd.screenplay.actions;
enum SelectStrategy {
ByValue, ByVisibleText, ByIndex
}