Uses of Interface
net.serenitybdd.screenplay.actions.WithChainableActions
-
Packages that use 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(Consumer<org.openqa.selenium.interactions.Actions> nextActions)static WithChainableActionsMoveMouse. to(String xpathOrCSSSelector)static WithChainableActionsMoveMouse. to(Target target)static WithChainableActionsMoveMouse. to(org.openqa.selenium.By... locators)static WithChainableActionsMoveMouse. to(org.openqa.selenium.WebElement element)
-