puppeteer/new-docs/puppeteer.protocol.network.setcookierequest.url.md
2020-07-13 14:01:35 +01:00

620 B

Home > puppeteer > Protocol > Network > SetCookieRequest > url

Protocol.Network.SetCookieRequest.url property

The request-URI to associate with the setting of the cookie. This value can affect the default domain and path values of the created cookie.

Signature:

url?: string;