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

14 lines
551 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
<b>Signature:</b>
```typescript
urls?: string[];
```