mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
552 B
552 B
sidebar_label
| 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