C# 클래스 OpenQA.Selenium.Remote.Server.CommandHandlers.CommandNotImplementedHandler

Provides the handler for the an instance where the command handler has not been implemented.
상속: CommandHandler
파일 보기 프로젝트 열기: jimevans/strontium

공개 메소드들

메소드 설명
CommandNotImplementedHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System

Initializes a new instance of the CommandNotImplementedHandler class.

Execute ( ) : object

This handler represents a command that has not been implemented. It is a no-op.

메소드 상세

CommandNotImplementedHandler() 공개 메소드

Initializes a new instance of the CommandNotImplementedHandler class.
public CommandNotImplementedHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System
locatorParameters string>.Dictionary A containing the parameters used to match a resource in the URL.
parameters object>.Dictionary A containing the parameters used to operate on the resource.
리턴 System

Execute() 공개 메소드

This handler represents a command that has not been implemented. It is a no-op.
always thrown with this handler
public Execute ( ) : object
리턴 object