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

600 B

Home > puppeteer > Protocol > Network > CookieParam > url

Protocol.Network.CookieParam.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;