mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
58 lines
558 B
Markdown
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>
|