PuppeteerNodeLaunchOptions 类型
¥PuppeteerNodeLaunchOptions type
公开工具类型,使用户能够定义可传递给 puppeteer.launch
的选项,而无需列出所有类型的集合。
¥Utility type exposed to enable users to define options that can be passed to puppeteer.launch
without having to list the set of all types.
签名
¥Signature
export type PuppeteerNodeLaunchOptions = BrowserLaunchArgumentOptions &
LaunchOptions &
BrowserConnectOptions;
参考:BrowserLaunchArgumentOptions, LaunchOptions, BrowserConnectOptions
¥References: BrowserLaunchArgumentOptions, LaunchOptions, BrowserConnectOptions