Table of Contents

Namespace PuppeteerSharp.PageCoverage

Classes

Coverage

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

CoverageEntry

Coverage report for all non-anonymous scripts.

CoverageEntryRange

Script range.

CoverageRange

Coverage data for a source range.

CoverageStartOptions

Set of configurable options for coverage.

FunctionCoverage

Coverage data for a JavaScript function.

JSCoverageEntry

The CoverageEntry class for JavaScript.

ScriptCoverage

Coverage data for a JavaScript script.

Interfaces

ICoverage

gathers information about parts of JavaScript and CSS that were used by the page.