Back to Puppeteer

Tracing.stop() method

docs/api/puppeteer.tracing.stop.md

19.2.2271 B
Original Source

Tracing.stop() method

Stops a trace started with the start method.

Signature

typescript
class Tracing {
  stop(): Promise<Uint8Array | undefined>;
}

Returns:

Promise<Uint8Array | undefined>

Promise which resolves to buffer with trace data.