org.openqa.selenium.interactions
Class CompositeAction

java.lang.Object
  extended by org.openqa.selenium.interactions.CompositeAction
All Implemented Interfaces:
Action

public class CompositeAction
extends Object
implements Action

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

CompositeAction

public CompositeAction()
Method Detail

perform

public void perform()
Specified by:
perform in interface Action

addAction

public CompositeAction addAction(Action action)

getNumberOfActions

public int getNumberOfActions()


Copyright © 2011. All Rights Reserved.