<!-- 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; [Cookie](./puppeteer.protocol.network.cookie.md) &gt; [expires](./puppeteer.protocol.network.cookie.expires.md)

## Protocol.Network.Cookie.expires property

Cookie expiration date as the number of seconds since the UNIX epoch.

<b>Signature:</b>

```typescript
expires: number;
```