C# Класс OpenQA.Selenium.Firefox.Command

Represents a command sent to the WebDriver Firefox extension.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Command ( Context context, string name, object parameters ) : System

Initializes a new instance of the Command class using the specified context, command name, and parameters.

Command ( Context context, string elementId, string name, object parameters ) : System

Initializes a new instance of the Command class using the specified context, element ID, command name, and parameters.

Описание методов

Command() публичный Метод

Initializes a new instance of the Command class using the specified context, command name, and parameters.
public Command ( Context context, string name, object parameters ) : System
context Context The of the command.
name string The name of the command.
parameters object The parameters for the command.
Результат System

Command() публичный Метод

Initializes a new instance of the Command class using the specified context, element ID, command name, and parameters.
public Command ( Context context, string elementId, string name, object parameters ) : System
context Context The of the command.
elementId string The ID of the element to execute the command on.
name string The name of the command.
parameters object The parameters for the command.
Результат System