Table of Contents

Class BlockedByResponseIssueDetails

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

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

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

Constructors

BlockedByResponseIssueDetails(AffectedRequest, BlockedByResponseReason)

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

public BlockedByResponseIssueDetails(AffectedRequest Request, BlockedByResponseReason Reason)

Parameters

Request AffectedRequest
Reason BlockedByResponseReason

Properties

BlockedFrame

public AffectedFrame? BlockedFrame { get; init; }

Property Value

AffectedFrame

ParentFrame

public AffectedFrame? ParentFrame { get; init; }

Property Value

AffectedFrame

Reason

public BlockedByResponseReason Reason { get; init; }

Property Value

BlockedByResponseReason

Request

public AffectedRequest Request { get; init; }

Property Value

AffectedRequest