mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
firefox: add extra flag options
also added note that profile selection is not available on windows
This commit is contained in:
parent
de1d2d2249
commit
944b10aba4
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue