puppeteer/docs/browsers-api/browsers.createprofile.md

26 lines
560 B
Markdown
Raw Permalink Normal View History

---
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;