Skip to main content
Version: 24.38.0

executablePath 变量

🌐 executablePath variable

语法

🌐 Signature

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