public class MoveMouseToWebElement extends Object
| Constructor and Description |
|---|
MoveMouseToWebElement(org.openqa.selenium.WebElement element) |
| Modifier and Type | Method and Description |
|---|---|
WithChainableActions |
andThen(Consumer<org.openqa.selenium.interactions.Actions> nextAction) |
<T extends Actor> |
performAs(T actor) |
protected void |
performMouseMoveAs(Actor actor,
org.openqa.selenium.WebElement element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthenpublic MoveMouseToWebElement(org.openqa.selenium.WebElement element)
public <T extends Actor> void performAs(T actor)
protected void performMouseMoveAs(Actor actor, org.openqa.selenium.WebElement element)
public WithChainableActions andThen(Consumer<org.openqa.selenium.interactions.Actions> nextAction)
andThen in interface WithChainableActionsCopyright © 2022. All rights reserved.