Table of Contents

Class GetAdScriptAncestryResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetAdScriptAncestryResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAdScriptAncestryResult>
Inheritance
EmptyResult
GetAdScriptAncestryResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetAdScriptAncestryResult(AdAncestry?)

public GetAdScriptAncestryResult(AdAncestry? AdScriptAncestry)

Parameters

AdScriptAncestry AdAncestry

The ancestry chain of ad script identifiers leading to this frame's creation, along with the root script's filterlist rule. The ancestry chain is ordered from the most immediate script (in the frame creation stack) to more distant ancestors (that created the immediately preceding script). Only sent if frame is labelled as an ad and ids are available.

Properties

AdScriptAncestry

The ancestry chain of ad script identifiers leading to this frame's creation, along with the root script's filterlist rule. The ancestry chain is ordered from the most immediate script (in the frame creation stack) to more distant ancestors (that created the immediately preceding script). Only sent if frame is labelled as an ad and ids are available.

public AdAncestry? AdScriptAncestry { get; init; }

Property Value

AdAncestry