Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 239 Bytes

puppeteer.executablepath.md

File metadata and controls

15 lines (12 loc) · 239 Bytes
sidebar_label
executablePath

executablePath variable

Signature:

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