docs/browsers-api/browsers.options.md
export interface ComputeExecutablePathOptions
Property
</th><th>Modifiers
</th><th>Type
</th><th>Description
</th><th>Default
</th></tr></thead> <tbody><tr><td><span id="browser">browser</span>
</td><td> </td><td> </td><td>Determines which browser to launch.
</td><td> </td></tr> <tr><td><span id="buildid">buildId</span>
</td><td> </td><td>string
</td><td>Determines which buildId to download. BuildId should uniquely identify binaries and they are used for caching.
</td><td> </td></tr> <tr><td><span id="cachedir">cacheDir</span>
</td><td> </td><td>string | null
</td><td>Root path to the storage directory.
Can be set to null if the executable path should be relative to the extracted download location. E.g. ./chrome-linux64/chrome.
<span id="platform">platform</span>
</td><td>optional
Determines which platform the browser will be suited for.
</td><td>Auto-detected.
</td></tr> </tbody></table>