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 seqeunce 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 seqeunce of actions.