Gets the CommandInfo for a DriverCommand.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public CommandInfo GetCommandInfo( string commandName )
Parameters
- commandName
- Type:
System String
The DriverCommand for which to get the information.
Return Value
The CommandInfo for the specified command.See Also