puppeteer/website/versioned_docs/version-22.6.3/api/puppeteer.puppeteernode.executablepath.md
release-please[bot] a63b8305ac
chore: release main (#12190)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-05 13:11:52 +00:00

49 lines
524 B
Markdown

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