[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetCookiesRequest](./puppeteer.protocol.network.getcookiesrequest.md) > [urls](./puppeteer.protocol.network.getcookiesrequest.urls.md) ## Protocol.Network.GetCookiesRequest.urls property The list of URLs for which applicable cookies will be fetched Signature: ```typescript urls?: string[]; ```