Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 589 Bytes

puppeteer.executablepath.md

File metadata and controls

48 lines (30 loc) · 589 Bytes
sidebar_label
executablePath

executablePath() function

Signature:

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

Parameters

Parameter

Type

Description

channel

import("puppeteer-core/internal/puppeteer-core.js").ChromeReleaseChannel | undefined

(Optional)

**Returns:**

string