Table of Contents

Class ReportingApiReport

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

ReportingApiReport

public sealed class ReportingApiReport
Inheritance
ReportingApiReport
Inherited Members

Properties

Body

body

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

Property Value

object

CompletedAttempts

completedAttempts

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

Property Value

long

Depth

depth

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

Property Value

long

Destination

destination

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

Property Value

string

Id

id

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

Property Value

string

InitiatorUrl

initiatorUrl

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

Property Value

string

Status

status

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

Property Value

ReportStatus

Timestamp

timestamp

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

Property Value

double

Type

type

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

Property Value

string