[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) ## Protocol.Audits.AffectedFrame interface Information about the frame affected by an inspector issue. Signature: ```typescript export interface AffectedFrame ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [frameId](./puppeteer.protocol.audits.affectedframe.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | |