Class SelectFromOptions
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.SelectFromOptions
-
public class SelectFromOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectFromOptions(net.serenitybdd.screenplay.actions.SelectStrategy strategy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectFromOptionsbyIndex(Integer indexValue)static SelectFromOptionsbyValue(String value)static SelectFromOptionsbyVisibleText(String visibleText)Performablefrom(String cssOrXpathForElement)Performablefrom(WebElementFacade element)Performablefrom(Target target)Performablefrom(org.openqa.selenium.By... locators)
-
-
-
Method Detail
-
byValue
public static SelectFromOptions byValue(String value)
-
byVisibleText
public static SelectFromOptions byVisibleText(String visibleText)
-
byIndex
public static SelectFromOptions byIndex(Integer indexValue)
-
from
public Performable from(String cssOrXpathForElement)
-
from
public Performable from(Target target)
-
from
public Performable from(WebElementFacade element)
-
from
public Performable from(org.openqa.selenium.By... locators)
-
-