--- sidebar_label: install --- # install() function #### Signature: ```typescript export declare function install( options: InstallOptions ): Promise; ``` ## Parameters | Parameter | Type | Description | | --------- | ---------------------------------------------- | ----------- | | options | [InstallOptions](./browsers.installoptions.md) | | **Returns:** Promise<[InstalledBrowser](./browsers.installedbrowser.md)>