Retrieves a URL for downloading the binary archive of a given browser.
The archive is bound to the specific platform and build ID specified.
export declare function getDownloadUrl(
browser: Browser,
platform: BrowserPlatform,
buildId: string,
baseUrl?: string,
): URL;
Parameter | Type | Description |
---|---|---|
browser | [Browser](./browsers.browser.md) | |
platform | [BrowserPlatform](./browsers.browserplatform.md) | |
buildId | string | |
baseUrl | string | _(Optional)_ |
Returns:
URL