Table of Contents

Class ReportingApiEndpoint

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ReportingApiEndpoint : IEquatable<ReportingApiEndpoint>
Inheritance
ReportingApiEndpoint
Implements
Inherited Members

Constructors

ReportingApiEndpoint(string, string)

public ReportingApiEndpoint(string Url, string GroupName)

Parameters

Url string

The URL of the endpoint to which reports may be delivered.

GroupName string

Name of the endpoint group.

Properties

GroupName

Name of the endpoint group.

public string GroupName { get; init; }

Property Value

string

Url

The URL of the endpoint to which reports may be delivered.

public string Url { get; init; }

Property Value

string