Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.GetCookiesRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Network.GetCookiesRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { GetCookiesRequest } = Protocol.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.