Skip to main content
Version: 23.10.1

executablePath 变量

¥executablePath variable

签名

¥Signature

executablePath: {
(channel: PuppeteerCore.ChromeReleaseChannel): string;
(options: PuppeteerCore.LaunchOptions): string;
(): string;
}