23 lines
858 B
Markdown
23 lines
858 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<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 | |
|
||
|
|