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
Afficher le fichier Open project: jimevans/strontium

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Execute() public méthode

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