Command Constructor (SessionId, String, Dictionary String, Object )WebDriver
Initializes a new instance of the Command class for a Session

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

public Command(
	SessionId sessionId,
	string name,
	Dictionary<string, Object> parameters
)

Parameters

sessionId
Type: OpenQA.Selenium.Remote SessionId
Session ID the driver is using
name
Type: OnlineSystem String
Name of the command
parameters
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
Parameters for that command
See Also