Table of Contents

Class ReportingApiReport

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

An object representing a report generated by the Reporting API.

public sealed class ReportingApiReport
Inheritance
ReportingApiReport
Inherited Members

Properties

Body

body

[JsonPropertyName("body")]
public object Body { get; set; }

Property Value

object

CompletedAttempts

The number of delivery attempts made so far, not including an active attempt.

[JsonPropertyName("completedAttempts")]
public long CompletedAttempts { get; set; }

Property Value

long

Depth

How many uploads deep the related request was.

[JsonPropertyName("depth")]
public long Depth { get; set; }

Property Value

long

Destination

The name of the endpoint group that should be used to deliver the report.

[JsonPropertyName("destination")]
public string Destination { get; set; }

Property Value

string

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

InitiatorUrl

The URL of the document that triggered the report.

[JsonPropertyName("initiatorUrl")]
public string InitiatorUrl { get; set; }

Property Value

string

Status

status

[JsonPropertyName("status")]
public ReportStatus Status { get; set; }

Property Value

ReportStatus

Timestamp

When the report was generated.

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double

Type

The type of the report (specifies the set of data that is contained in the report body).

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string