Interface WithChainableActions

All Superinterfaces:
Performable, SkipNested
All Known Implementing Classes:
MoveMouseToBy, MoveMouseToTarget, MoveMouseToWebElement

public interface WithChainableActions
extends Performable
  • Method Summary

    Modifier and Type Method Description
    WithChainableActions andThen​(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextActions)  

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    performAs, then
  • Method Details

    • andThen

      WithChainableActions andThen​(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextActions)