Table of Contents

Class HeavyAdIssueDetails

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

HeavyAdIssueDetails

public sealed class HeavyAdIssueDetails
Inheritance
HeavyAdIssueDetails
Inherited Members

Properties

Frame

The frame that was blocked.

[JsonPropertyName("frame")]
public AffectedFrame Frame { get; set; }

Property Value

AffectedFrame

Reason

The reason the ad was blocked, total network or cpu or peak cpu.

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

Property Value

HeavyAdReason

Resolution

The resolution status, either blocking the content or warning.

[JsonPropertyName("resolution")]
public HeavyAdResolutionStatus Resolution { get; set; }

Property Value

HeavyAdResolutionStatus