Table of Contents

Class BlockedByResponseIssueDetails

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

BlockedByResponseIssueDetails

public sealed class BlockedByResponseIssueDetails
Inheritance
BlockedByResponseIssueDetails
Inherited Members

Properties

BlockedFrame

blockedFrame

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

Property Value

AffectedFrame

ParentFrame

parentFrame

[JsonPropertyName("parentFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame ParentFrame { 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