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