Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Target.CreateBrowserContextRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Target.CreateBrowserContextRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { CreateBrowserContextRequest } = Protocol.Target;

Properties

optional
disposeOnDetach: boolean

If specified, disposes this context when debugging session disconnects.

optional
proxyServer: string

Proxy server, similar to the one passed to --proxy-server

optional
proxyBypassList: string

Proxy bypass list, similar to the one passed to --proxy-bypass-list

optional
originsWithUniversalNetworkAccess: string[]

An optional list of origins to grant unlimited cross-origin access to. Parts of the URL other than those constituting origin are ignored.