ProfileInfo
createProfile
findProfilePath
getFirefoxCmd
getProfilesDir
launchProfile
listProfiles
renameProfile
  • Create Firefox profile

    Parameters

    • profileName: string

    Returns Promise<void>

  • Find profile path by name

    Parameters

    • profileName: string

    Returns Promise<string>

  • Get the Firefox executable command for the current platform

    Returns Promise<string>

  • Get the Firefox profiles directory for the current platform

    Returns Promise<string>

  • Launch Firefox with profile

    Parameters

    • profileName: string

    Returns Promise<void>

  • Rename Firefox profile

    Parameters

    • oldName: string
    • newName: string

    Returns Promise<void>