Executes a command with this driver .
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- driverCommandToExecute
- Type:
System String
A DriverCommand value representing the command to execute.
- parameters
- Type:
System.Collections.Generic Dictionary
String,
Object
ADictionary 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