Table of Contents

Class AdFrameStatus

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

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

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

Constructors

AdFrameStatus(AdFrameType)

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

public AdFrameStatus(AdFrameType AdFrameType)

Parameters

AdFrameType AdFrameType

Properties

AdFrameType

public AdFrameType AdFrameType { get; init; }

Property Value

AdFrameType

Explanations

public ImmutableArray<AdFrameExplanation>? Explanations { get; init; }

Property Value

ImmutableArray<AdFrameExplanation>?