Skip to main content
Version: Next

getDownloadUrl() function

Retrieves a URL for downloading the binary archive of a given browser.

The archive is bound to the specific platform and build ID specified.

Signature

export declare function getDownloadUrl(
browser: Browser,
platform: BrowserPlatform,
buildId: string,
baseUrl?: string,
): URL;

Parameters

Parameter

Type

Description

browser

Browser

platform

BrowserPlatform

buildId

string

baseUrl

string

(Optional)

Returns:

URL