mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
481 B
Markdown
24 lines
481 B
Markdown
|
---
|
||
|
sidebar_label: computeSystemExecutablePath
|
||
|
---
|
||
|
|
||
|
# computeSystemExecutablePath() function
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export declare function computeSystemExecutablePath(
|
||
|
options: SystemOptions
|
||
|
): string;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --------- | -------------------------------------------- | ----------- |
|
||
|
| options | [SystemOptions](./browsers.systemoptions.md) | |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
string
|