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 Object implements Interaction, Resolvable
-
-
Constructor Summary
Constructors Constructor Description ByAction(org.openqa.selenium.By... locators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebElementFacaderesolveFor(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 Detail
-
locators
protected final List<org.openqa.selenium.By> locators
-
-
Method Detail
-
resolveFor
public WebElementFacade resolveFor(Actor theActor)
- Specified by:
resolveForin interfaceResolvable
-
-