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