C# Class OpenQA.Selenium.Firefox.Command

Represents a command sent to the WebDriver Firefox extension.
Afficher le fichier Open project: epall/selenium

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

Command() public méthode

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

Command() public méthode

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