puppeteer/docs/api/puppeteer.csscoverage.start.md

47 lines
473 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: CSSCoverage.start
---
# CSSCoverage.start() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class CSSCoverage {
start(options?: {resetOnNavigation?: boolean}): Promise<void>;
}
```
## Parameters
<table><thead><tr><th>
2022-07-05 13:41:43 +00:00
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>
2022-07-05 13:41:43 +00:00
**Returns:**
Promise&lt;void&gt;