public class CompositeAction extends java.lang.Object implements org.openqa.selenium.interactions.Action, IsInteraction
| 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) |
void |
perform() |
public void perform()
perform in interface org.openqa.selenium.interactions.Actionpublic CompositeAction addAction(org.openqa.selenium.interactions.Action action)
public java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions in interface IsInteraction