Skip to main content
Version: Next

resolveDefaultUserDataDir() function

Returns the expected default user data dir for the given channel. It does not check if the dir actually exists.

Signature

export declare function resolveDefaultUserDataDir(
browser: Browser,
platform: BrowserPlatform,
channel: ChromeReleaseChannel,
): string;

Parameters

Parameter

Type

Description

browser

Browser

platform

BrowserPlatform

channel

ChromeReleaseChannel

Returns:

string