Class SelectByValueFromTarget

java.lang.Object
net.serenitybdd.screenplay.actions.selectactions.SelectByValueFromTarget
All Implemented Interfaces:
SkipNested, Performable

public class SelectByValueFromTarget
extends java.lang.Object
implements Performable
  • Constructor Summary

    Constructors 
    Constructor Description
    SelectByValueFromTarget()  
    SelectByValueFromTarget​(Target target, java.lang.String... values)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T theUser)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Constructor Details

    • SelectByValueFromTarget

      public SelectByValueFromTarget()
    • SelectByValueFromTarget

      public SelectByValueFromTarget​(Target target, java.lang.String... values)
  • Method Details