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 | ||
platform | ||
channel |
Returns:
string