puppeteer/website/versioned_docs/version-22.1.0/api/puppeteer.deletecookiesrequest.md
release-please[bot] f6e7cbcade
chore: release main (#11901)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-02-17 12:43:56 +01:00

1.1 KiB

sidebar_label
DeleteCookiesRequest

DeleteCookiesRequest interface

Signature:

export interface DeleteCookiesRequest

Properties

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