C# Class OpenQA.Selenium.Interactions.CompositeAction

Defines an action that consists of a list of other actions to be performed in the browser.
Inheritance: IAction
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Méthodes publiques

Méthode Description
AddAction ( IAction action ) : CompositeAction

Adds an action to the list of actions to be performed.

Perform ( ) : void

Performs the actions defined in this list of actions.

Method Details

AddAction() public méthode

Adds an action to the list of actions to be performed.
public AddAction ( IAction action ) : CompositeAction
action IAction An to be appended to the /// list of actions to be performed.
Résultat CompositeAction

Perform() public méthode

Performs the actions defined in this list of actions.
public Perform ( ) : void
Résultat void