CommandInfoRepository GetCommandInfo Method WebDriver
Gets the CommandInfo for a DriverCommand.

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

public CommandInfo GetCommandInfo(
	string commandName
)

Parameters

commandName
Type: OnlineSystem String
The DriverCommand for which to get the information.

Return Value

The CommandInfo for the specified command.
See Also