Table of Contents

Class LoadNetworkResourcePageResult

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

An object providing the result of a network resource load.

public sealed class LoadNetworkResourcePageResult
Inheritance
LoadNetworkResourcePageResult
Inherited Members

Properties

Headers

Response headers.

[JsonPropertyName("headers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Headers? Headers { get; set; }

Property Value

Headers

HttpStatusCode

httpStatusCode

[JsonPropertyName("httpStatusCode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? HttpStatusCode { get; set; }

Property Value

double?

NetError

Optional values used for error reporting.

[JsonPropertyName("netError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? NetError { get; set; }

Property Value

double?

NetErrorName

netErrorName

[JsonPropertyName("netErrorName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? NetErrorName { get; set; }

Property Value

string

Stream

If successful, one of the following two fields holds the result.

[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Stream { get; set; }

Property Value

string

Success

success

[JsonPropertyName("success")]
public bool Success { get; set; }

Property Value

bool