Table of Contents

Class GetAdScriptAncestryCommandResponse

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

Response for GetAdScriptAncestry

public sealed class GetAdScriptAncestryCommandResponse : ICommandResponse<GetAdScriptAncestryCommandSettings>, ICommandResponse
Inheritance
GetAdScriptAncestryCommandResponse
Implements
Inherited Members
Extension Methods

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.

[JsonPropertyName("adScriptAncestry")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AdAncestry? AdScriptAncestry { get; set; }

Property Value

AdAncestry