mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
560 B
560 B
sidebar_label
| sidebar_label |
|---|
| createProfile |
createProfile() function
Signature:
export declare function createProfile(
browser: Browser,
opts: ProfileOptions
): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| browser | Browser | |
| opts | ProfileOptions |
Returns:
Promise<void>