Home > puppeteer > Tracing > stop
Stops a trace started with the start method.
start
Signature:
stop(): Promise<Buffer>;
Returns:
Promise<Buffer>
Promise which resolves to buffer with trace data.