Class MoveMouseToWebElement
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.MoveMouseToWebElement
-
- All Implemented Interfaces:
SkipNested,WithChainableActions,Performable
public class MoveMouseToWebElement extends Object
-
-
Constructor Summary
Constructors Constructor Description MoveMouseToWebElement(org.openqa.selenium.WebElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WithChainableActionsandThen(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, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-
-
-
Method Detail
-
performAs
public <T extends Actor> void performAs(T actor)
-
performMouseMoveAs
protected void performMouseMoveAs(Actor actor, org.openqa.selenium.WebElement element)
-
andThen
public WithChainableActions andThen(Consumer<org.openqa.selenium.interactions.Actions> nextAction)
- Specified by:
andThenin interfaceWithChainableActions
-
-