Target.createBrowserContext
Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.
{
"name": "createBrowserContext",
"description": "Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.",
"returns": [
{
"name": "browserContextId",
"$ref": "BrowserContextID",
"description": "The id of the context created."
}
],
"experimental": true
}