Coverage.stopJSCoverage() method
Signature:stopJSCoverage(): Promise<JSCoverageEntry[]>;
Promise<JSCoverageEntry[]>
Promise that resolves to the array of coverage reports for all scripts.
Remarks
JavaScript Coverage doesn't include anonymous scripts by default. However, scripts with sourceURLs are reported.