C# Class OpenQA.Selenium.Remote.Server.CommandHandlers.CommandNotImplementedHandler

Provides the handler for the an instance where the command handler has not been implemented.
Inheritance: CommandHandler
显示文件 Open project: jimevans/strontium

Public Methods

Method Description
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.

Method Details

CommandNotImplementedHandler() public method

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.
return System

Execute() public method

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