Class SelectFromOptions
java.lang.Object
net.serenitybdd.screenplay.actions.SelectFromOptions
public class SelectFromOptions
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SelectFromOptions(net.serenitybdd.screenplay.actions.SelectStrategy strategy) -
Method Summary
Modifier and Type Method Description static SelectFromOptionsbyIndex(java.lang.Integer... indexValues)static SelectFromOptionsbyValue(java.lang.String... values)static SelectFromOptionsbyVisibleText(java.lang.String... visibleTexts)Performablefrom(java.lang.String cssOrXpathForElement)Performablefrom(WebElementFacade element)Performablefrom(Target target)Performablefrom(org.openqa.selenium.By... locators)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SelectFromOptions
public SelectFromOptions(net.serenitybdd.screenplay.actions.SelectStrategy strategy)
-
-
Method Details
-
byValue
-
byVisibleText
-
byIndex
-
from
-
from
-
from
-
from
-