30c6b13eec
Adds index files to subfolders and removes generation of types.ts in puppeteer-core.
16 lines
239 B
Markdown
16 lines
239 B
Markdown
---
|
|
sidebar_label: executablePath
|
|
---
|
|
|
|
# executablePath variable
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
executablePath: (
|
|
channel?:
|
|
| import('puppeteer-core/internal/puppeteer-core.js').ChromeReleaseChannel
|
|
| undefined
|
|
) => string;
|
|
```
|