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

22 lines
450 B
Markdown
Raw Normal View History

---
sidebar_label: CSSCoverage.(constructor)
---
# CSSCoverage.(constructor)
Constructs a new instance of the `CSSCoverage` class
**Signature:**
```typescript
class CSSCoverage {
constructor(client: CDPSession);
}
```
## Parameters
| Parameter | Type | Description |
| --------- | --------------------------------------- | ----------- |
| client | [CDPSession](./puppeteer.cdpsession.md) | |