BrowserContextOptions 接口
¥BrowserContextOptions interface
签名
¥Signature
export interface BrowserContextOptions
属性
¥Properties
属性 | 修饰符 | 类型 | 描述 | 默认 |
---|---|---|---|---|
downloadBehavior |
| 下载文件时的行为定义。 评论: 如果未设置,将使用默认行为。 | ||
proxyBypassList |
| string[] | 绕过给定主机列表的代理。 | |
proxyServer |
| string | 具有用于所有请求的可选端口的代理服务器。用户名和密码可以在 |