Uses of Interface
net.serenitybdd.screenplay.actions.WithChainableActions
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actions |
-
Uses of WithChainableActions in net.serenitybdd.screenplay.actions
Classes in net.serenitybdd.screenplay.actions that implement WithChainableActions Modifier and Type Class Description classMoveMouseToByclassMoveMouseToTargetclassMoveMouseToWebElementMethods in net.serenitybdd.screenplay.actions that return WithChainableActions Modifier and Type Method Description WithChainableActionsWithChainableActions. andThen(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextActions)static WithChainableActionsMoveMouse. to(java.lang.String xpathOrCSSSelector)static WithChainableActionsMoveMouse. to(Target target)static WithChainableActionsMoveMouse. to(org.openqa.selenium.By... locators)static WithChainableActionsMoveMouse. to(org.openqa.selenium.WebElement element)