Starts a trace for the current page.
class Tracing {
start(options?: TracingOptions): Promise<void>;
}
Parameter | Type | Description |
---|---|---|
options | [TracingOptions](./puppeteer.tracingoptions.md) | _(Optional)_ Optional `TracingOptions`. |
Returns:
Promise<void>
Only one trace can be active at a time per browser.