RemoteWebDriver Execute Method WebDriver
Executes a command with this driver .

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

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

Parameters

driverCommandToExecute
Type: OnlineSystem String
A DriverCommand value representing the command to execute.
parameters
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
A OnlineDictionary TKey, TValue  containing the names and values of the parameters of the command.

Return Value

A Response containing information about the success or failure of the command and any data returned by the command.
See Also