---
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