Table of Contents

Class AdScriptIdentifier

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

Metadata about the ad script that was on the stack that caused the current script in the AdAncestry to be considered ad related.

public sealed class AdScriptIdentifier
Inheritance
AdScriptIdentifier
Inherited Members

Properties

DebuggerId

v8's debugging id for the v8::Context.

[JsonPropertyName("debuggerId")]
public string DebuggerId { get; set; }

Property Value

string

Name

The script's url (or generated name based on id if inline script).

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

ScriptId

The script's v8 identifier.

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string