Cookie expiration date as the number of seconds since the UNIX epoch. Set to `-1` for session cookies
</td><td>
</td></tr>
<tr><td>
httpOnly
</td><td>
</td><td>
boolean
</td><td>
True if cookie is http-only.
</td><td>
</td></tr>
<tr><td>
name
</td><td>
</td><td>
string
</td><td>
Cookie name.
</td><td>
</td></tr>
<tr><td>
partitionKey
</td><td>
`optional`
</td><td>
string
</td><td>
Cookie partition key. The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie. Supported only in Chrome.
</td><td>
</td></tr>
<tr><td>
partitionKeyOpaque
</td><td>
`optional`
</td><td>
boolean
</td><td>
True if cookie partition key is opaque. Supported only in Chrome.
</td><td>
</td></tr>
<tr><td>
path
</td><td>
</td><td>
string
</td><td>
Cookie path.
</td><td>
</td></tr>
<tr><td>
priority
</td><td>
`optional`
</td><td>
[CookiePriority](./puppeteer.cookiepriority.md)
</td><td>
Cookie Priority. Supported only in Chrome.
</td><td>
</td></tr>
<tr><td>
sameParty
</td><td>
`optional`
</td><td>
boolean
</td><td>
True if cookie is SameParty. Supported only in Chrome.