Table of Contents

Interface ICommand

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Represents a command used by the DevTools Remote Interface

public interface ICommand

Properties

CommandName

Gets the name of the command.

string CommandName { get; }

Property Value

string