Skip to main content
Version: Next

executablePath variable

Signature

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