CommandInfo Constructor WebDriver
Initializes a new instance of the CommandInfo class

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

public CommandInfo(
	string method,
	string resourcePath
)

Parameters

method
Type: OnlineSystem String
Method of the Command
resourcePath
Type: OnlineSystem String
Relative URL path to the resource used to execute the command
See Also