C# Класс OpenQA.Selenium.Remote.Server.CommandHandlers.CommandNotImplementedHandler

Provides the handler for the an instance where the command handler has not been implemented.
Наследование: CommandHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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