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

595 B

Home > puppeteer > Protocol > Network > DeleteCookiesRequest > url

Protocol.Network.DeleteCookiesRequest.url property

If specified, deletes all the cookies with the given name where domain and path match provided URL.

Signature:

url?: string;