Back to Puppeteer

createProfile() function

docs/browsers-api/browsers.createprofile.md

19.2.2514 B
Original Source

createProfile() function

Signature

typescript
export declare function createProfile(
  browser: Browser,
  opts: ProfileOptions,
): Promise<void>;

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

browser

</td><td>

Browser

</td><td> </td></tr> <tr><td>

opts

</td><td>

ProfileOptions

</td><td> </td></tr> </tbody></table>

Returns:

Promise<void>