public class CompositeAction extends java.lang.Object implements org.openqa.selenium.interactions.Action, IsInteraction
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.openqa.selenium.interactions.Action> |
actionsList |
Constructor and Description |
---|
CompositeAction() |
Modifier and Type | Method and Description |
---|---|
CompositeAction |
addAction(org.openqa.selenium.interactions.Action action) |
java.util.List<org.openqa.selenium.interactions.Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard) |
(package private) int |
getNumberOfActions()
Deprecated.
No replacement.
|
void |
perform() |
private final java.util.List<org.openqa.selenium.interactions.Action> actionsList
public void perform()
perform
in interface org.openqa.selenium.interactions.Action
public CompositeAction addAction(org.openqa.selenium.interactions.Action action)
@Deprecated int getNumberOfActions()
public java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions
in interface IsInteraction