Skip to main content
Module

x/puppeteer_plus/mod.ts>BrowserContextOptions

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