[Home](./index.md) > [puppeteer](./puppeteer.md) > [Frame](./puppeteer.frame.md) > [(constructor)](./puppeteer.frame._constructor_.md) ## Frame.(constructor) Constructs a new instance of the `Frame` class Signature: ```typescript constructor(frameManager: FrameManager, client: CDPSession, parentFrame: Frame | null, frameId: string); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | frameManager | [FrameManager](./puppeteer.framemanager.md) | | | client | [CDPSession](./puppeteer.cdpsession.md) | | | parentFrame | [Frame](./puppeteer.frame.md) \| null | | | frameId | string | |