Table of Contents

Class AffectedRequest

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Information about a request that is affected by an inspector issue.

public sealed record AffectedRequest : IEquatable<AffectedRequest>
Inheritance
AffectedRequest
Implements
Inherited Members

Constructors

AffectedRequest(string)

Information about a request that is affected by an inspector issue.

public AffectedRequest(string Url)

Parameters

Url string

Properties

RequestId

The unique request id.

public RequestId? RequestId { get; init; }

Property Value

RequestId

Url

public string Url { get; init; }

Property Value

string