In order to run several Firefox-es with individual profiles simultaneously, the browser should be started with –no-remote option:
firefox -P prof-01 --no-remote&
firefox -P prof-02 --no-remote&
… etc
where prof-01, prof-02 are profile names
In order to run several Firefox-es with individual profiles simultaneously, the browser should be started with –no-remote option:
firefox -P prof-01 --no-remote&
firefox -P prof-02 --no-remote&
… etc
where prof-01, prof-02 are profile names