public class MoveMouseToWebElement
extends java.lang.Object
| Constructor and Description |
|---|
MoveMouseToWebElement(org.openqa.selenium.WebElement element) |
| Modifier and Type | Method and Description |
|---|---|
WithChainableActions |
andThen(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextAction) |
<T extends net.serenitybdd.screenplay.Actor> |
performAs(T actor) |
public MoveMouseToWebElement(org.openqa.selenium.WebElement element)
public <T extends net.serenitybdd.screenplay.Actor> void performAs(T actor)
public WithChainableActions andThen(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextAction)
andThen in interface WithChainableActions