Table of Contents

Class ReportingApiEndpointsChangedForOriginEventArgs

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

ReportingApiEndpointsChangedForOrigin

public sealed class ReportingApiEndpointsChangedForOriginEventArgs : EventArgs
Inheritance
ReportingApiEndpointsChangedForOriginEventArgs
Inherited Members

Properties

Endpoints

Gets or sets the endpoints

[JsonPropertyName("endpoints")]
public ReportingApiEndpoint[] Endpoints { get; set; }

Property Value

ReportingApiEndpoint[]

Origin

Origin of the document(s) which configured the endpoints.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string