puppeteer/website/versioned_docs/version-22.8.1/api/puppeteer.csscoverage.start.md

47 lines
473 B
Markdown
Raw Normal View History

---
sidebar_label: CSSCoverage.start
---
# CSSCoverage.start() method
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class CSSCoverage {
start(options?: {resetOnNavigation?: boolean}): Promise<void>;
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
&#123; resetOnNavigation?: boolean; &#125;
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
Promise&lt;void&gt;