firefox: add extra flag options

also added note that profile selection is not available on windows
client-spec/clarity
Ben Scattergood 2019-10-10 17:32:17 +01:00 committed by Starbeamrainbowlabs
parent de1d2d2249
commit 944b10aba4
1 changed files with 9 additions and 1 deletions

View File

@ -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