Interfaces
- ProfileInfo
Functions
- createProfile
- findProfilePath
- getFirefoxCmd
- getProfilesDir
- launchProfile
- listProfiles
- renameProfile
Functions
createProfile
-
createProfile(profileName: string): Promise<void>
findProfilePath
-
findProfilePath(profileName: string): Promise<string>
getFirefoxCmd
-
getFirefoxCmd(): Promise<string>
getProfilesDir
-
getProfilesDir(): Promise<string>
launchProfile
-
launchProfile(profileName: string): Promise<void>
renameProfile
-
renameProfile(oldName: string, newName: string): Promise<void>
Parameters
- oldName: string
- newName: string
Returns Promise<void>
Create Firefox profile