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

14 lines
663 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) &gt; [urls](./puppeteer.protocol.network.getcookiesrequest.urls.md)
## Protocol.Network.GetCookiesRequest.urls property
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.
<b>Signature:</b>
```typescript
urls?: string[];
```