puppeteer/website/versioned_docs/version-19.5.2/api/puppeteer.puppeteernode.executablepath.md

26 lines
567 B
Markdown
Raw Normal View History

2022-10-21 13:52:43 +00:00
---
sidebar_label: PuppeteerNode.executablePath
---
# PuppeteerNode.executablePath() method
2022-10-24 14:31:12 +00:00
#### Signature:
2022-10-21 13:52:43 +00:00
```typescript
class PuppeteerNode {
executablePath(channel?: ChromeReleaseChannel): string;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ----------------------------------------------------------- | ----------------- |
| channel | [ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) | <i>(Optional)</i> |
**Returns:**
string
2022-10-24 14:31:12 +00:00
The default executable path.