Table of Contents

Class ScriptCoverage

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

ScriptCoverage

public sealed class ScriptCoverage
Inheritance
ScriptCoverage
Inherited Members

Properties

Functions

functions

[JsonPropertyName("functions")]
public FunctionCoverage[] Functions { get; set; }

Property Value

FunctionCoverage[]

ScriptId

scriptId

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

Property Value

string

Url

url

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

Property Value

string