Class ByAction

java.lang.Object
net.serenitybdd.screenplay.actions.ByAction
All Implemented Interfaces:
SkipNested, Resolvable, Interaction, Performable
Direct Known Subclasses:
ClearBy, ClickOnBy, DeselectAllOptions, DoubleClickOnBy, HitBy, JSClickOnBy, SelectByIndexFromBy, SelectByValueFromBy, SelectByVisibleTextFromBy

public abstract class ByAction
extends java.lang.Object
implements Interaction, Resolvable
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.List<org.openqa.selenium.By> locators  
  • Constructor Summary

    Constructors 
    Constructor Description
    ByAction​(org.openqa.selenium.By... locators)  
  • Method Summary

    Modifier and Type Method Description
    WebElementFacade resolveFor​(Actor theActor)  

    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

    performAs, then
  • Field Details

    • locators

      protected final java.util.List<org.openqa.selenium.By> locators
  • Constructor Details

    • ByAction

      public ByAction​(org.openqa.selenium.By... locators)
  • Method Details