Coverage.stopCSSCoverage() method

Promise that resolves to the array of coverage reports for all stylesheets.

Signature

class Coverage {
  stopCSSCoverage(): Promise<CoverageEntry[]>;
}

Returns:

Promise<CoverageEntry\[\]>

Remarks

CSS Coverage doesn’t include dynamically injected style tags without sourceURLs.