Class CompositeAction

java.lang.Object
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 Details

    • CompositeAction

      public CompositeAction()
  • Method Details