From 944b10aba4af44e89466ad60223618521b39c4fc Mon Sep 17 00:00:00 2001 From: Ben Scattergood Date: Thu, 10 Oct 2019 17:32:17 +0100 Subject: [PATCH] firefox: add extra flag options also added note that profile selection is not available on windows --- pages/common/firefox.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/common/firefox.md b/pages/common/firefox.md index 255085b980..205ed12b46 100644 --- a/pages/common/firefox.md +++ b/pages/common/firefox.md @@ -27,6 +27,14 @@ `firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}` -- Use a specific profile directory to allow multiple separate instances of Firefox to run at once: +- Use a specific profile directory to allow multiple separate instances of Firefox to run at once (not available for Windows): `firefox --new-instance --profile {{path/to/directory}} {{https://example.com/}}` + +- Create a new profile in the default directory without starting Firefox: + +`firefox --CreateProfile {{profile_name}}` + +- Set Firefox as default browser: + +`firefox --setDefaultBrowser