Table of Contents

Class BlockedByResponseIssueDetails

Namespace
OpenQA.Selenium.DevTools.V85.Audits
Assembly
WebDriver.dll

BlockedByResponseIssueDetails

public sealed class BlockedByResponseIssueDetails
Inheritance
BlockedByResponseIssueDetails
Inherited Members

Properties

Frame

frame

[JsonPropertyName("frame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame Frame { get; set; }

Property Value

AffectedFrame

Reason

reason

[JsonPropertyName("reason")]
public BlockedByResponseReason Reason { get; set; }

Property Value

BlockedByResponseReason

Request

request

[JsonPropertyName("request")]
public AffectedRequest Request { get; set; }

Property Value

AffectedRequest