Table of Contents

Class CommandInfoRepository

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

Holds the information about all commands specified by the JSON wire protocol.

public class CommandInfoRepository
Inheritance
CommandInfoRepository
Inherited Members

Properties

Instance

Gets the singleton instance of the CommandInfoRepository.

public static CommandInfoRepository Instance { get; }

Property Value

CommandInfoRepository

Methods

GetCommandInfo(string)

Gets the CommandInfo for a DriverCommand.

public CommandInfo GetCommandInfo(string commandName)

Parameters

commandName string

The DriverCommand for which to get the information.

Returns

CommandInfo

The CommandInfo for the specified command.