mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
93e9acc410
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
1000 B
1000 B
sidebar_label |
---|
DeleteCookiesRequest |
DeleteCookiesRequest interface
Signature:
export interface DeleteCookiesRequest
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
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. Otherwise, deletes only cookies related to the current page's domain. |