Interface: ChromiumProfile
Defined in: core/browsers/chromium/getChromiumProfiles.ts:8
Information about a discovered Chromium browser profile.
Properties
browser
browser:
string
Defined in: core/browsers/chromium/getChromiumProfiles.ts:32
Browser name/type (e.g. "chrome", "edge", "brave")
directory
directory:
string
Defined in: core/browsers/chromium/getChromiumProfiles.ts:17
Profile directory name inside the User Data folder (e.g. "Default", "Profile 1")
name
name:
string
Defined in: core/browsers/chromium/getChromiumProfiles.ts:12
Display name of the profile (e.g. "Default", "Person 1", "Work")
path
path:
string
Defined in: core/browsers/chromium/getChromiumProfiles.ts:22
Absolute path to the profile directory
userName?
optionaluserName?:string
Defined in: core/browsers/chromium/getChromiumProfiles.ts:27
Associated email or account user name if available (e.g. "user@example.com")