Class ChainablePerformable
java.lang.Object
net.serenitybdd.screenplay.actions.ChainablePerformable
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,WithChainableActions,net.serenitybdd.screenplay.Performable
- Direct Known Subclasses:
ClickAndHold.ClickAndHoldBy,ClickAndHold.ClickAndHoldCSSOrXPath,ClickAndHold.ClickAndHoldElement,ClickAndHold.ClickAndHoldTarget,MoveMouseToBy,MoveMouseToTarget,MoveMouseToWebElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidaddActionAtStart(Consumer<org.openqa.selenium.interactions.Actions> action) <T extends net.serenitybdd.screenplay.Actor>
voidperformSubsequentActionsAs(net.serenitybdd.screenplay.Actor actor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Constructor Details
-
ChainablePerformable
protected ChainablePerformable()
-
-
Method Details
-
addAction
-
addActionAtStart
-
andThen
- Specified by:
andThenin interfaceWithChainableActions
-
performSubsequentActionsAs
public <T extends net.serenitybdd.screenplay.Actor> void performSubsequentActionsAs(net.serenitybdd.screenplay.Actor actor)
-