Table of Contents

Class ReportingApiEndpoint

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

ReportingApiEndpoint

public sealed class ReportingApiEndpoint
Inheritance
ReportingApiEndpoint
Inherited Members

Properties

GroupName

Name of the endpoint group.

[JsonPropertyName("groupName")]
public string GroupName { get; set; }

Property Value

string

Url

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

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string