puppeteer/website/versioned_docs/version-9.1.1/puppeteer.csscoverage._constructor_.md

21 lines
530 B
Markdown
Raw Normal View History

2021-08-10 10:09:48 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [CSSCoverage](./puppeteer.csscoverage.md) &gt; [(constructor)](./puppeteer.csscoverage._constructor_.md)
## CSSCoverage.(constructor)
Constructs a new instance of the `CSSCoverage` class
<b>Signature:</b>
```typescript
constructor(client: CDPSession);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| client | [CDPSession](./puppeteer.cdpsession.md) | |