Class MoveMouseToBy
java.lang.Object
net.serenitybdd.screenplay.actions.MoveMouseToBy
- All Implemented Interfaces:
SkipNested,WithChainableActions,Performable
public class MoveMouseToBy
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MoveMouseToBy(org.openqa.selenium.By... locators) -
Method Summary
Modifier and Type Method Description WithChainableActionsandThen(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextAction)<T extends Actor>
voidperformAs(T actor)protected voidperformMouseMoveAs(Actor actor, org.openqa.selenium.WebElement element)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
then
-
Constructor Details
-
MoveMouseToBy
public MoveMouseToBy(org.openqa.selenium.By... locators)
-
-
Method Details
-
performAs
-
performMouseMoveAs
-
andThen
public WithChainableActions andThen(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextAction)- Specified by:
andThenin interfaceWithChainableActions
-