674 B
674 B
sidebar_label |
---|
resolveBuildId |
resolveBuildId() function
Signature:
export declare function resolveBuildId(
browser: Browser,
platform: BrowserPlatform,
tag: string
): Promise<string>;
Parameters
Parameter | Type | Description |
---|---|---|
browser | Browser | |
platform | BrowserPlatform | |
tag | string |
Returns:
Promise<string>