mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
528 B
Markdown
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
|