Class SelectByVisibleTextFromBy
java.lang.Object
net.serenitybdd.screenplay.actions.ByAction
net.serenitybdd.screenplay.actions.selectactions.SelectByVisibleTextFromBy
- All Implemented Interfaces:
SkipNested,Resolvable,Interaction,Performable
public class SelectByVisibleTextFromBy extends ByAction
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SelectByVisibleTextFromBy()SelectByVisibleTextFromBy(java.lang.String option, org.openqa.selenium.By... locators)SelectByVisibleTextFromBy(java.util.List<java.lang.String> options, 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
-
SelectByVisibleTextFromBy
public SelectByVisibleTextFromBy() -
SelectByVisibleTextFromBy
public SelectByVisibleTextFromBy(java.lang.String option, org.openqa.selenium.By... locators) -
SelectByVisibleTextFromBy
public SelectByVisibleTextFromBy(java.util.List<java.lang.String> options, org.openqa.selenium.By... locators)
-
-
Method Details
-
performAs
-