puppeteer/docs/browsers-api/browsers.createprofile.md
2023-04-06 14:23:10 +02:00

26 lines
560 B
Markdown

---
sidebar_label: createProfile
---
# createProfile() function
#### Signature:
```typescript
export declare function createProfile(
browser: Browser,
opts: ProfileOptions
): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --------- | ---------------------------------------------- | ----------- |
| browser | [Browser](./browsers.browser.md) | |
| opts | [ProfileOptions](./browsers.profileoptions.md) | |
**Returns:**
Promise&lt;void&gt;