puppeteer/docs/api/puppeteer.executablepath.md
Alex Rudenko 30c6b13eec
chore: re-export all exports (#9241)
Adds index files to subfolders and removes generation of types.ts in
puppeteer-core.
2022-11-10 17:11:18 +01:00

239 B

sidebar_label
executablePath

executablePath variable

Signature:

executablePath: (
  channel?:
    | import('puppeteer-core/internal/puppeteer-core.js').ChromeReleaseChannel
    | undefined
) => string;