Table of Contents

Class ConnectionAllowlistIssueDetails

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

Constructors

ConnectionAllowlistIssueDetails(ConnectionAllowlistError, AffectedRequest)

public ConnectionAllowlistIssueDetails(ConnectionAllowlistError Error, AffectedRequest Request)

Parameters

Error ConnectionAllowlistError
Request AffectedRequest

Properties

Error

public ConnectionAllowlistError Error { get; init; }

Property Value

ConnectionAllowlistError

Request

public AffectedRequest Request { get; init; }

Property Value

AffectedRequest