Class SelectByValueFromBy
java.lang.Object
net.serenitybdd.screenplay.actions.ByAction
net.serenitybdd.screenplay.actions.selectactions.SelectByValueFromBy
- All Implemented Interfaces:
SkipNested,Resolvable,Interaction,Performable
public class SelectByValueFromBy extends ByAction
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SelectByValueFromBy()SelectByValueFromBy(java.lang.String value, org.openqa.selenium.By... locators)SelectByValueFromBy(java.util.List<java.lang.String> values, org.openqa.selenium.By... locators) -
Method Summary
Methods inherited from class net.serenitybdd.screenplay.actions.ByAction
resolveForMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
SelectByValueFromBy
public SelectByValueFromBy() -
SelectByValueFromBy
public SelectByValueFromBy(java.lang.String value, org.openqa.selenium.By... locators) -
SelectByValueFromBy
public SelectByValueFromBy(java.util.List<java.lang.String> values, org.openqa.selenium.By... locators)
-
-
Method Details
-
performAs
-