Latest
interface BrowserContextOptions
import { type BrowserContextOptions } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

BrowserContext options.

Properties

optional
proxyServer: string

Proxy server with optional port to use for all requests. Username and password can be set in Page.authenticate.

optional
proxyBypassList: string[]

Bypass the proxy for the given semi-colon-separated list of hosts.