RemoteWebElement Execute Method WebDriver
Executes a command on this element using the specified parameters.

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

protected Response Execute(
	string commandToExecute,
	Dictionary<string, Object> parameters
)

Parameters

commandToExecute
Type: OnlineSystem String
The DriverCommand to execute against this element.
parameters
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
A OnlineDictionary TKey, TValue  containing names and values of the parameters for the command.

Return Value

The Response object containing the result of the command execution.
See Also