mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
28 lines
674 B
Markdown
28 lines
674 B
Markdown
---
|
|
sidebar_label: resolveBuildId
|
|
---
|
|
|
|
# resolveBuildId() function
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export declare function resolveBuildId(
|
|
browser: Browser,
|
|
platform: BrowserPlatform,
|
|
tag: string
|
|
): Promise<string>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --------- | ------------------------------------------------ | ----------- |
|
|
| browser | [Browser](./browsers.browser.md) | |
|
|
| platform | [BrowserPlatform](./browsers.browserplatform.md) | |
|
|
| tag | string | |
|
|
|
|
**Returns:**
|
|
|
|
Promise<string>
|