Skip to main content
Go to Latest
interface Protocol.Network.DeleteCookiesRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { DeleteCookiesRequest } = Protocol.Network;

Properties

name: string

Name of the cookies to remove.

optional
url: string

If specified, deletes all the cookies with the given name where domain and path match provided URL.

optional
domain: string

If specified, deletes only cookies with the exact domain.

optional
path: string

If specified, deletes only cookies with the exact path.