Skip to main content
Version: 25.3.0

executablePath 变量

🌐 executablePath variable

语法

🌐 Signature

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