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

1.1 KiB

Home > puppeteer > Protocol > Network > DeleteCookiesRequest

Protocol.Network.DeleteCookiesRequest interface

Signature:

export interface DeleteCookiesRequest 

Properties

Property Type Description
domain string If specified, deletes only cookies with the exact domain.
name string Name of the cookies to remove.
path string If specified, deletes only cookies with the exact path.
url string If specified, deletes all the cookies with the given name where domain and path match provided URL.