Class W3CWireProtocolCommandInfoRepository
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 WebDriverWireProtocolCommandInfoRepository class.
public W3CWireProtocolCommandInfoRepository()
Properties
SpecificationLevel
public override int SpecificationLevel { get; }
Property Value
Methods
InitializeCommandDictionary()
Initializes the dictionary of commands for the CommandInfoRepository
protected override void InitializeCommandDictionary()