Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 314 Bytes

puppeteer.browsercontextoptions.proxyserver.md

File metadata and controls

15 lines (11 loc) · 314 Bytes
sidebar_label
BrowserContextOptions.proxyServer

BrowserContextOptions.proxyServer property

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

Signature:

interface BrowserContextOptions {
  proxyServer?: string;
}