2022-10-21 13:52:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: PuppeteerNode.executablePath
|
|
|
|
---
|
|
|
|
|
|
|
|
# PuppeteerNode.executablePath() method
|
|
|
|
|
2023-04-03 08:23:08 +00:00
|
|
|
The default executable path.
|
|
|
|
|
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
|
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
<table><thead><tr><th>
|
2022-10-21 13:52:43 +00:00
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
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>
|
2022-10-21 13:52:43 +00:00
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
string
|