puppeteer/website/versioned_docs/version-22.4.1/api/puppeteer.executablepath.md

26 lines
747 B
Markdown
Raw Normal View History

---
sidebar_label: executablePath
---
# executablePath() function
#### Signature:
```typescript
executablePath: (
channel?:
| import('puppeteer-core/internal/puppeteer-core.js').ChromeReleaseChannel
| undefined
) => string;
```
## Parameters
| Parameter | Type | Description |
| --------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------ |
| channel | import("puppeteer-core/internal/puppeteer-core.js").[ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) \| undefined | _(Optional)_ |
**Returns:**
string