Back to Puppeteer

executablePath variable

website/versioned_docs/version-24.40.0/api/puppeteer.executablepath.md

19.2.2206 B
Original Source

executablePath variable

Signature

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