public abstract class ChainablePerformable extends Object implements WithChainableActions
| Modifier | Constructor and Description |
|---|---|
protected |
ChainablePerformable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAction(Consumer<org.openqa.selenium.interactions.Actions> action) |
protected void |
addActionAtStart(Consumer<org.openqa.selenium.interactions.Actions> action) |
WithChainableActions |
andThen(Consumer<org.openqa.selenium.interactions.Actions> nextAction) |
<T extends Actor> |
performSubsequentActionsAs(Actor actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformAs, thenprotected void addAction(Consumer<org.openqa.selenium.interactions.Actions> action)
protected void addActionAtStart(Consumer<org.openqa.selenium.interactions.Actions> action)
public WithChainableActions andThen(Consumer<org.openqa.selenium.interactions.Actions> nextAction)
andThen in interface WithChainableActionsCopyright © 2023. All rights reserved.