Package net.serenitybdd.screenplay.ui
Class Select
java.lang.Object
net.serenitybdd.screenplay.ui.Select
public class Select
extends java.lang.Object
Interact with a SELECT Html element
-
Constructor Summary
Constructors Constructor Description Select() -
Method Summary
Modifier and Type Method Description static PerformablenoOptionsIn(Target dropdownList)static SelectFromOptionsoption(java.lang.String option)static SelectFromOptionsoptionNumber(int index)static SelectFromOptionsoptionNumbers(java.lang.Integer... indexes)static SelectFromOptionsoptions(java.lang.String... options)static SelectFromOptionsvalue(java.lang.String value)static SelectFromOptionsvalues(java.lang.String... values)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Select
public Select()
-
-
Method Details
-
option
-
options
-
value
-
values
-
optionNumber
-
optionNumbers
-
noOptionsIn
-