Table of Contents

Class FailedRequestInfo

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record FailedRequestInfo : IEquatable<FailedRequestInfo>
Inheritance
FailedRequestInfo
Implements
Inherited Members

Constructors

FailedRequestInfo(string, string)

public FailedRequestInfo(string Url, string FailureMessage)

Parameters

Url string

The URL that failed to load.

FailureMessage string

The failure message for the failed request.

Properties

FailureMessage

The failure message for the failed request.

public string FailureMessage { get; init; }

Property Value

string

RequestId

public RequestId? RequestId { get; init; }

Property Value

RequestId

Url

The URL that failed to load.

public string Url { get; init; }

Property Value

string