From 9c3bb17ba38816c5e173a71100079333bfe65222 Mon Sep 17 00:00:00 2001 From: Ben Scattergood Date: Thu, 10 Oct 2019 22:39:17 +0100 Subject: [PATCH] firefox: remove --new-instance flag --- pages/common/firefox.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/firefox.md b/pages/common/firefox.md index e6c7a12c8..1e7ff57c5 100644 --- a/pages/common/firefox.md +++ b/pages/common/firefox.md @@ -27,10 +27,6 @@ `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 (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}}`