puppeteer/docs/api/puppeteer.puppeteernode.executablepath.md

26 lines
567 B
Markdown
Raw Normal View History

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