Back to Puppeteer

CSSCoverage.(constructor)

docs/api/puppeteer.csscoverage._constructor_.md

19.2.2399 B
Original Source

CSSCoverage.(constructor)

Constructs a new instance of the CSSCoverage class

Signature

typescript
class CSSCoverage {
  constructor(client: CDPSession);
}

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

client

</td><td>

CDPSession

</td><td> </td></tr> </tbody></table>