Table of Contents

Class ScriptCoverage

Namespace
PuppeteerSharp.PageCoverage
Assembly
PuppeteerSharp.dll

Coverage data for a JavaScript script.

public record ScriptCoverage : IEquatable<ScriptCoverage>
Inheritance
ScriptCoverage
Implements

Properties

Functions

Functions contained in the script that has coverage data.

public FunctionCoverage[] Functions { get; set; }

Property Value

FunctionCoverage[]

ScriptId

JavaScript script id.

public string ScriptId { get; set; }

Property Value

string

Url

JavaScript script name or url.

public string Url { get; set; }

Property Value

string