Table of Contents

Class SetAttributionReportingLocalTestingModeCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Storage
Assembly
WebDriver.dll

SetAttributionReportingLocalTestingMode

public sealed class SetAttributionReportingLocalTestingModeCommandSettings : ICommand
Inheritance
SetAttributionReportingLocalTestingModeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Gets or sets the enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool