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

47 lines
509 B
Markdown
Raw Normal View History

---
sidebar_label: ProductLauncher.executablePath
---
# ProductLauncher.executablePath() method
#### Signature:
```typescript
class ProductLauncher {
abstract executablePath(channel?: ChromeReleaseChannel): string;
}
```
## 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