Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- name
- Type:
System String
Name of the command
- jsonParameters
- Type:
System String
Parameters for the command as a JSON-encoded string.
See Also