跳至主要內容
版本:23.11.1

BrowserContextOptions 介面

簽名

export interface BrowserContextOptions

屬性

屬性

修飾符

類型

描述

預設值

downloadBehavior

可選

DownloadBehavior

下載檔案時的行為定義。

備註

如果未設定,將使用預設行為。

proxyBypassList

可選

string[]

繞過給定主機列表的代理伺服器。

proxyServer

可選

string

用於所有請求的代理伺服器,可選包含連接埠。使用者名稱和密碼可以在 Page.authenticate 中設定。