Extremely Popular
Go to Latest
interface puppeteer.Network.GetCookiesRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { GetCookiesRequest } = puppeteer.Network;

Properties

optional
urls: string[]

The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes.