puppeteer/website/versioned_docs/version-22.8.1/api/puppeteer.puppeteernode.executablepath.md
release-please[bot] 042d61030c
chore: release main (#12415)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-05-13 08:49:32 +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