mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
defda0905f
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
45 lines
478 B
Markdown
45 lines
478 B
Markdown
---
|
|
sidebar_label: computeExecutablePath
|
|
---
|
|
|
|
# computeExecutablePath() function
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export declare function computeExecutablePath(
|
|
options: ComputeExecutablePathOptions
|
|
): string;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Parameter
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
options
|
|
|
|
</td><td>
|
|
|
|
[ComputeExecutablePathOptions](./browsers.options.md)
|
|
|
|
</td><td>
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
**Returns:**
|
|
|
|
string
|