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. |