puppeteer/new-docs/puppeteer.protocol.network.blockedcookiewithreason.cookie.md

14 lines
580 B
Markdown
Raw Normal View History

<!-- 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; [Network](./puppeteer.protocol.network.md) &gt; [BlockedCookieWithReason](./puppeteer.protocol.network.blockedcookiewithreason.md) &gt; [cookie](./puppeteer.protocol.network.blockedcookiewithreason.cookie.md)
## Protocol.Network.BlockedCookieWithReason.cookie property
The cookie object representing the cookie which was not sent.
<b>Signature:</b>
```typescript
cookie: Cookie;
```