[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [AffectedCookie](./puppeteer.protocol.audits.affectedcookie.md) ## Protocol.Audits.AffectedCookie interface Information about a cookie that is affected by an inspector issue. Signature: ```typescript export interface AffectedCookie ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [domain](./puppeteer.protocol.audits.affectedcookie.domain.md) | string | | | [name](./puppeteer.protocol.audits.affectedcookie.name.md) | string | The following three properties uniquely identify a cookie | | [path](./puppeteer.protocol.audits.affectedcookie.path.md) | string | |