560 B
560 B
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>