puppeteer/docs/api/puppeteer.productlauncher.executablepath.md

47 lines
509 B
Markdown
Raw Permalink Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ProductLauncher.executablePath
---
# ProductLauncher.executablePath() method
2022-07-05 13:41:43 +00:00
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class ProductLauncher {
abstract executablePath(channel?: ChromeReleaseChannel): string;
2022-07-05 13:41:43 +00:00
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
channel
</td><td>
[ChromeReleaseChannel](./puppeteer.chromereleasechannel.md)
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
string