puppeteer/docs/api/puppeteer.csscoverageoptions.md

58 lines
558 B
Markdown

---
sidebar_label: CSSCoverageOptions
---
# CSSCoverageOptions interface
Set of configurable options for CSS coverage.
#### Signature:
```typescript
export interface CSSCoverageOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
<span id="resetonnavigation">resetOnNavigation</span>
</td><td>
`optional`
</td><td>
boolean
</td><td>
Whether to reset coverage on every navigation.
</td><td>
</td></tr>
</tbody></table>