跳到主要内容
版本: 23.11.1

PuppeteerNode.executablePath() 方法

executablePath(): string

给定 ChromeReleaseChannel 的默认可执行文件路径。

签名

class PuppeteerNode {
executablePath(channel: ChromeReleaseChannel): string;
}

参数

参数

类型

描述

channel

ChromeReleaseChannel

返回值

string

executablePath(): string

给定 LaunchOptions 的默认可执行文件路径。

签名

class PuppeteerNode {
executablePath(options: LaunchOptions): string;
}

参数

参数

类型

描述

options

LaunchOptions

返回值

string

executablePath(): string

默认可执行文件路径。

签名

class PuppeteerNode {
executablePath(): string;
}

返回值

string