puppeteer/website/versioned_docs/version-21.3.6/api/puppeteer.csscoverage._constructor_.md

22 lines
451 B
Markdown
Raw Normal View History

---
sidebar_label: CSSCoverage.(constructor)
---
# CSSCoverage.(constructor)
Constructs a new instance of the `CSSCoverage` class
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class CSSCoverage {
constructor(client: CDPSession);
}
```
## Parameters
| Parameter | Type | Description |
| --------- | --------------------------------------- | ----------- |
| client | [CDPSession](./puppeteer.cdpsession.md) | |