跳到主要内容
版本: 23.11.1

BrowserLauncher.launch() 方法

签名

class BrowserLauncher {
launch(options?: LaunchOptions): Promise<Browser>;
}

参数

参数

类型

描述

options

LaunchOptions

(可选)

返回

Promise<Browser>