|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.interactions.CompositeAction
public class CompositeAction
An action for aggregating actions and triggering all of them at the same time.
| Constructor Summary | |
|---|---|
CompositeAction()
|
|
| Method Summary | |
|---|---|
CompositeAction |
addAction(Action action)
|
int |
getNumberOfActions()
|
void |
perform()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeAction()
| Method Detail |
|---|
public void perform()
perform in interface Actionpublic CompositeAction addAction(Action action)
public int getNumberOfActions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||