puppeteer/docs/api/puppeteer.executablepath.md
Alex Rudenko 30c6b13eec
chore: re-export all exports (#9241)
Adds index files to subfolders and removes generation of types.ts in
puppeteer-core.
2022-11-10 17:11:18 +01:00

16 lines
239 B
Markdown

---
sidebar_label: executablePath
---
# executablePath variable
#### Signature:
```typescript
executablePath: (
channel?:
| import('puppeteer-core/internal/puppeteer-core.js').ChromeReleaseChannel
| undefined
) => string;
```