Table of Contents

Class ExecuteBrowserCommandCommandSettings

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

Invoke custom browser commands used by telemetry.

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