Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 524 Bytes

puppeteer.puppeteernode.executablepath.md

File metadata and controls

48 lines (29 loc) · 524 Bytes
sidebar_label
PuppeteerNode.executablePath

PuppeteerNode.executablePath() method

The default executable path.

Signature:

class PuppeteerNode {
  executablePath(channel?: ChromeReleaseChannel): string;
}

Parameters

Parameter

Type

Description

channel

ChromeReleaseChannel

(Optional)

**Returns:**

string