Command Constructor (String, String)WebDriver
Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters.

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

public Command(
	string name,
	string jsonParameters
)
See Also