Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface BrowserContextOptions
import { type BrowserContextOptions } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/Browser.js";

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.