launch() 函数
¥launch() function
签名
¥Signature
launch: (options?: PuppeteerCore.LaunchOptions) =>
Promise<PuppeteerCore.Browser>;
参数
¥Parameters
范围 | 类型 | 描述 |
---|---|---|
options | (可选的) |
Returns:
Promise<PuppeteerCore.Browser>
¥launch() function
¥Signature
launch: (options?: PuppeteerCore.LaunchOptions) =>
Promise<PuppeteerCore.Browser>;
¥Parameters
范围 | 类型 | 描述 |
---|---|---|
options | (可选的) |
Returns:
Promise<PuppeteerCore.Browser>