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

26 lines
552 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: PuppeteerNode.executablePath
---
# PuppeteerNode.executablePath() method
The default executable path.
#### 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) | _(Optional)_ |
2022-07-05 13:41:43 +00:00
**Returns:**
string