puppeteer/new-docs/puppeteer.protocol.audits.affectedcookie.md
2020-07-13 14:01:35 +01:00

23 lines
858 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [AffectedCookie](./puppeteer.protocol.audits.affectedcookie.md)
## Protocol.Audits.AffectedCookie interface
Information about a cookie that is affected by an inspector issue.
<b>Signature:</b>
```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 | |