2022-10-21 13:52:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: executablePath
|
|
|
|
---
|
|
|
|
|
|
|
|
# executablePath variable
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-10-21 13:52:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
executablePath: (
|
|
|
|
channel?:
|
|
|
|
| import('puppeteer-core/internal/node/LaunchOptions.js').ChromeReleaseChannel
|
|
|
|
| undefined
|
|
|
|
) => string;
|
|
|
|
```
|