how to remotely open an URL in Firefox in a specific profile?
- by miernik
I have several instances of Firefox with several different profiles
running. Among them profiles with the names "software" and "test".
I am trying to open an URL from a bash script to have it open in
profile "test", like this:
firefox -P "test" http://www.example.org/
However that opens it in profile "software" anyway. Any ideas?
Mozilla/5.0…