puppeteer/website/versioned_docs/version-22.6.2/api/puppeteer.tracingoptions.md

88 lines
601 B
Markdown
Raw Normal View History

---
sidebar_label: TracingOptions
---
# TracingOptions interface
#### Signature:
```typescript
export interface TracingOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
categories
</td><td>
`optional`
</td><td>
string\[\]
</td><td>
</td><td>
</td></tr>
<tr><td>
path
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
screenshots
</td><td>
`optional`
</td><td>
boolean
</td><td>
</td><td>
</td></tr>
</tbody></table>