pub fn list_profiles() -> Result<Vec<Profile>>Expand description
List all Firefox profiles from Profile Groups databases.
Scans ~/Library/Application Support/Firefox/Profile Groups/*.sqlite for
profile information. Each profile must have a valid places.sqlite to be
included.
ยงErrors
Returns an error if the Firefox directory is not found or no Profile Groups databases exist.