Skip to main content
Version: 24.4.0

executablePath 变量

¥executablePath variable

签名

¥Signature

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