Table of Contents

Class AdFrameStatus

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

Indicates whether a frame has been identified as an ad and why.

public sealed class AdFrameStatus
Inheritance
AdFrameStatus
Inherited Members

Properties

AdFrameType

adFrameType

[JsonPropertyName("adFrameType")]
public AdFrameType AdFrameType { get; set; }

Property Value

AdFrameType

Explanations

explanations

[JsonPropertyName("explanations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AdFrameExplanation[]? Explanations { get; set; }

Property Value

AdFrameExplanation[]