Table of Contents

Class ExecuteBrowserCommandCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Browser
Assembly
WebDriver.dll

ExecuteBrowserCommand

public sealed class ExecuteBrowserCommandCommandSettings : ICommand
Inheritance
ExecuteBrowserCommandCommandSettings
Implements
Inherited Members

Properties

CommandId

Gets or sets the commandId

[JsonPropertyName("commandId")]
public BrowserCommandId CommandId { get; set; }

Property Value

BrowserCommandId

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string