puppeteer/new-docs/puppeteer.protocol.network.getcookiesrequest.md

19 lines
770 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; [GetCookiesRequest](./puppeteer.protocol.network.getcookiesrequest.md)
## Protocol.Network.GetCookiesRequest interface
<b>Signature:</b>
```typescript
export interface GetCookiesRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [urls](./puppeteer.protocol.network.getcookiesrequest.urls.md) | string\[\] | The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes. |