Table of Contents

Class CoverageEntry

Namespace
PuppeteerSharp.PageCoverage
Assembly
PuppeteerSharp.dll

Coverage report for all non-anonymous scripts.

public record CoverageEntry : IEquatable<CoverageEntry>
Inheritance
CoverageEntry
Implements
Derived

Properties

Ranges

Script ranges that were executed. Ranges are sorted and non-overlapping.

public CoverageEntryRange[] Ranges { get; set; }

Property Value

CoverageEntryRange[]

Text

Script content.

public string Text { get; set; }

Property Value

string

Url

Script URL.

public string Url { get; set; }

Property Value

string