Class DeselectFromOptions

java.lang.Object
net.serenitybdd.screenplay.actions.DeselectFromOptions

public class DeselectFromOptions
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DeselectFromOptions​(net.serenitybdd.screenplay.actions.SelectStrategy strategy)  
  • Method Summary

    Modifier and Type Method Description
    static DeselectFromOptions byIndex​(java.lang.Integer indexValue)  
    static DeselectFromOptions byValue​(java.lang.String value)  
    static DeselectFromOptions byVisibleText​(java.lang.String value)  
    Performable from​(java.lang.String cssOrXpathForElement)  
    Performable from​(Target target)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeselectFromOptions

      public DeselectFromOptions​(net.serenitybdd.screenplay.actions.SelectStrategy strategy)
  • Method Details