[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [RestartFrameRequest](./puppeteer.protocol.debugger.restartframerequest.md) ## Protocol.Debugger.RestartFrameRequest interface Signature: ```typescript export interface RestartFrameRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [callFrameId](./puppeteer.protocol.debugger.restartframerequest.callframeid.md) | [CallFrameId](./puppeteer.protocol.debugger.callframeid.md) | Call frame identifier to evaluate on. |