puppeteer/website/versioned_docs/version-19.7.2/api/puppeteer.productlauncher.executablepath.md

24 lines
543 B
Markdown
Raw Normal View History

2022-10-21 13:52:43 +00:00
---
sidebar_label: ProductLauncher.executablePath
---
# ProductLauncher.executablePath() method
2022-10-24 14:31:12 +00:00
#### Signature:
2022-10-21 13:52:43 +00:00
```typescript
class ProductLauncher {
executablePath(channel?: ChromeReleaseChannel): string;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ----------------------------------------------------------- | ----------------- |
| channel | [ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) | <i>(Optional)</i> |
**Returns:**
string