Table of Contents

Class W3CWireProtocolCommandInfoRepository

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

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.

public sealed class W3CWireProtocolCommandInfoRepository : CommandInfoRepository
Inheritance
W3CWireProtocolCommandInfoRepository
Inherited Members

Constructors

W3CWireProtocolCommandInfoRepository()

Initializes a new instance of the W3CWireProtocolCommandInfoRepository class.

public W3CWireProtocolCommandInfoRepository()

Properties

RepositoryCommandInfoType

Gets the Type that is valid for this CommandInfoRepository

protected override Type RepositoryCommandInfoType { get; }

Property Value

Type

SpecificationLevel

Gets the level of the W3C WebDriver specification that this repository supports.

public override int SpecificationLevel { get; }

Property Value

int

Methods

InitializeCommandDictionary()

Initializes the dictionary of commands for the CommandInfoRepository

protected override void InitializeCommandDictionary()