Library to create and modify Mozilla application profiles. Version 3.0.0 is the latest. Release cadence is irregular, often tied to Mozilla development cycles.
pip install mozprofileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Firefox profile with a custom homepage preference.
Replace Profile() with FirefoxProfile() or appropriate subclass.
Use profile.create_new_profile(clone_from=...) instead.
Call profile.cleanup() explicitly if you need to control deletion.
Run 'pip install mozprofile' in the correct environment (e.g., virtualenv).
Upgrade to latest mozprofile and use FirefoxProfile.set_preference().
Ensure no other process is cleaning up the same profile path; call profile.cleanup() only once.