26 lines
558 B
Markdown
26 lines
558 B
Markdown
|
---
|
||
|
sidebar_label: PuppeteerNode.executablePath
|
||
|
---
|
||
|
|
||
|
# PuppeteerNode.executablePath() method
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
class PuppeteerNode {
|
||
|
executablePath(channel?: ChromeReleaseChannel): string;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --------- | ----------------------------------------------------------- | ----------------- |
|
||
|
| channel | [ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) | <i>(Optional)</i> |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
string
|
||
|
|
||
|
The executable path.
|