WebDriverCompositeAction
class WebDriverCompositeAction implements WebDriverAction (View source)
An action for aggregating actions and triggering all of them afterwards.
Methods
                    int
                
                
                    getNumberOfActions()
        
                                            
                
            Get the number of actions in the sequence.
                    perform()
        
                                            
                
            Perform the sequence of actions.
Details
        
                            WebDriverCompositeAction
    addAction(WebDriverAction $action)
        
    
    Add an WebDriverAction to the sequence.
        
                            int
    getNumberOfActions()
        
    
    Get the number of actions in the sequence.
        
                            
    perform()
        
    
    Perform the sequence of actions.