puppeteer/docs/api/puppeteer.tracingoptions.md

88 lines
601 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: TracingOptions
---
# TracingOptions interface
#### Signature:
2022-07-05 13:41:43 +00:00
```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>