Table of Contents

Class AdScriptId

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

Identifies the script which caused a script or frame to be labelled as an ad.

public sealed class AdScriptId
Inheritance
AdScriptId
Inherited Members

Properties

DebuggerId

Id of scriptId's debugger.

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

Property Value

string

ScriptId

Script Id of the script which caused a script or frame to be labelled as an ad.

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

Property Value

string