mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
f07ad2c661
This PR updates the docs regarding configuring puppeteer. In addition, some changes have been made to the documentation generator to show default values on the documentation site. Also fixes: https://github.com/puppeteer/puppeteer/pull/9144
438 B
438 B
sidebar_label |
---|
Coverage.stopCSSCoverage |
Coverage.stopCSSCoverage() method
Signature:
class Coverage {
stopCSSCoverage(): Promise<CoverageEntry[]>;
}
Returns:
Promise<CoverageEntry[]>
Promise that resolves to the array of coverage reports for all stylesheets.
Remarks
CSS Coverage doesn't include dynamically injected style tags without sourceURLs.