puppeteer/website/versioned_docs/version-22.10.1/browsers-api/browsers.computeexecutablepath.md

45 lines
478 B
Markdown
Raw Normal View History

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