Interface WithChainableActions
-
- All Superinterfaces:
Performable,SkipNested
- All Known Implementing Classes:
MoveMouseToBy,MoveMouseToTarget,MoveMouseToWebElement
public interface WithChainableActions extends Performable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WithChainableActionsandThen(Consumer<org.openqa.selenium.interactions.Actions> nextActions)-
Methods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
-
-
-
Method Detail
-
andThen
WithChainableActions andThen(Consumer<org.openqa.selenium.interactions.Actions> nextActions)
-
-