Table of Contents

Class LoadingFailedEventArgs

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

LoadingFailed

public sealed class LoadingFailedEventArgs : EventArgs
Inheritance
LoadingFailedEventArgs
Inherited Members

Properties

BlockedReason

Gets or sets the blockedReason

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

Property Value

BlockedReason?

Canceled

Gets or sets the canceled

[JsonPropertyName("canceled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Canceled { get; set; }

Property Value

bool?

CorsErrorStatus

Gets or sets the corsErrorStatus

[JsonPropertyName("corsErrorStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CorsErrorStatus CorsErrorStatus { get; set; }

Property Value

CorsErrorStatus

ErrorText

Gets or sets the errorText

[JsonPropertyName("errorText")]
public string ErrorText { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double

Type

Gets or sets the type

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

Property Value

ResourceType