Skip to main content
Version: 24.38.0

createProfile() 函数

🌐 createProfile() function

语法

🌐 Signature

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

参数

🌐 Parameters

范围

🌐 Parameter

类型

🌐 Type

描述

🌐 Description

browser

浏览器

opts

个人资料选项

返回:

Promise<void>