puppeteer/docs/api/puppeteer.productlauncher.executablepath.md
2023-02-23 13:31:23 +01:00

24 lines
528 B
Markdown

---
sidebar_label: ProductLauncher.executablePath
---
# ProductLauncher.executablePath() method
#### Signature:
```typescript
class ProductLauncher {
executablePath(channel?: ChromeReleaseChannel): string;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ----------------------------------------------------------- | ------------ |
| channel | [ChromeReleaseChannel](./puppeteer.chromereleasechannel.md) | _(Optional)_ |
**Returns:**
string