Executes a command on this element using the specified parameters.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- commandToExecute
- Type:
System String
The DriverCommand to execute against this element.
- parameters
- Type:
System.Collections.Generic Dictionary
String,
Object
ADictionary 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