Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Target.CreateBrowserContextRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CreateBrowserContextRequest } = default.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.