Skip to main content
Version: 22.9.0

BrowserContextOptions 接口

¥BrowserContextOptions interface

签名:

¥Signature:

export interface BrowserContextOptions

属性

¥Properties

属性

修饰符

类型

描述

默认

proxyBypassList

optional

string[]

绕过给定主机列表的代理。

proxyServer

optional

string

具有用于所有请求的可选端口的代理服务器。用户名和密码可以在 Page.authenticate 中设置。