Table of Contents

Class ScriptTypeProfile

Namespace
OpenQA.Selenium.DevTools.V85.Profiler
Assembly
WebDriver.dll

ScriptTypeProfile

public sealed class ScriptTypeProfile
Inheritance
ScriptTypeProfile
Inherited Members

Properties

Entries

entries

[JsonPropertyName("entries")]
public TypeProfileEntry[] Entries { get; set; }

Property Value

TypeProfileEntry[]

ScriptId

scriptId

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

Property Value

string

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string