puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.puppeteernode.executablepath.md
2022-11-03 11:02:28 +01:00

26 lines
567 B
Markdown

---
sidebar_label: PuppeteerNode.executablePath
---
# PuppeteerNode.executablePath() method
#### Signature:
```typescript
class PuppeteerNode {
executablePath(channel?: ChromeReleaseChannel): string;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ----------------------------------------------------------- | ----------------- |
| channel | [ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) | <i>(Optional)</i> |
**Returns:**
string
The default executable path.