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.
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
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