[Home](./index.md) > [puppeteer](./puppeteer.md) > [Tracing](./puppeteer.tracing.md) ## Tracing class Signature: ```typescript export declare class Tracing ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(client)](./puppeteer.tracing._constructor_.md) | | Constructs a new instance of the Tracing class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [\_client](./puppeteer.tracing._client.md) | | [CDPSession](./puppeteer.cdpsession.md) | | | [\_path](./puppeteer.tracing._path.md) | | string | | | [\_recording](./puppeteer.tracing._recording.md) | | boolean | | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [start(options)](./puppeteer.tracing.start.md) | | | | [stop()](./puppeteer.tracing.stop.md) | | |