a46c78fc91
* Adds tsdoc to Tracing class * Updates tsdocs Co-authored-by: martinsplitt <martin@geekonaut.de>
29 lines
642 B
Markdown
29 lines
642 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Tracing](./puppeteer.tracing.md) > [start](./puppeteer.tracing.start.md)
|
|
|
|
## Tracing.start() method
|
|
|
|
Starts a trace for the current page.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
start(options?: TracingOptions): Promise<void>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | TracingOptions | Optional <code>TracingOptions</code>. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<void>
|
|
|
|
## Remarks
|
|
|
|
Only one trace can be active at a time per browser.
|
|
|