Table of Contents

Class EnableReportingApiCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.

public sealed class EnableReportingApiCommandSettings : ICommand
Inheritance
EnableReportingApiCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enable

Whether to enable or disable events for the Reporting API

[JsonPropertyName("enable")]
public bool Enable { get; set; }

Property Value

bool