C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCommandInfo ( DriverCommand commandName ) : CommandInfo

Gets the CommandInfo for a DriverCommand.

Приватные методы

Метод Описание
CommandInfoRepository ( ) : System

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

InitializeCommandDictionary ( ) : void

Описание методов

GetCommandInfo() публичный Метод

Gets the CommandInfo for a DriverCommand.
public GetCommandInfo ( DriverCommand commandName ) : CommandInfo
commandName DriverCommand The for which to get the information.
Результат CommandInfo