C# Class OpenQA.Selenium.Remote.CommandInfoRepository

Holds the information about all commands specified by the JSON wire protocol. This class cannot be inherited, as it is intended to be a singleton, and allowing subclasses introduces the possibility of multiple instances.
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Méthodes publiques

Méthode Description
GetCommandInfo ( DriverCommand commandName ) : CommandInfo

Gets the CommandInfo for a DriverCommand.

Private Methods

Méthode Description
CommandInfoRepository ( ) : System

Prevents a default instance of the CommandInfoRepository class from being created.

InitializeCommandDictionary ( ) : void

Method Details

GetCommandInfo() public méthode

Gets the CommandInfo for a DriverCommand.
public GetCommandInfo ( DriverCommand commandName ) : CommandInfo
commandName DriverCommand The for which to get the information.
Résultat CommandInfo