puppeteer/website/versioned_docs/version-22.7.1/browsers-api/browsers.computesystemexecutablepath.md
release-please[bot] feef2a300e
chore: release main (#12318)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-25 10:19:43 +00:00

45 lines
472 B
Markdown

---
sidebar_label: computeSystemExecutablePath
---
# computeSystemExecutablePath() function
#### Signature:
```typescript
export declare function computeSystemExecutablePath(
options: SystemOptions
): string;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[SystemOptions](./browsers.systemoptions.md)
</td><td>
</td></tr>
</tbody></table>
**Returns:**
string