mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
742 B
742 B
Home > puppeteer > Protocol > Page > DeleteCookieRequest
Protocol.Page.DeleteCookieRequest interface
Signature:
export interface DeleteCookieRequest
Properties
Property | Type | Description |
---|---|---|
cookieName | string | Name of the cookie to remove. |
url | string | URL to match cooke domain and path. |