4

I need to open 4 Firefox "independent" sessions/instances in the same computer.

This is to the open the web-based WhatsApp GUI for 4 indepedendent business, with 4 independent phone numbers attended by the same agent. But we need them open all at the same time.

How can I do that?

PD: Firefox is our de-facto browser. Alternatively, if Firefox cannot do that, how can I do it in Chrome?

1 Answers1

2

If I understood correctly

  1. Open Run Box
  2. Type firefox -p to open Firefox profiles
  3. Create 4 profiles, like profile1, profile2, profile3, profile4
  4. Go to Desktop
  5. Create new shortcut
  6. Put "PATH_TO_FIREFOX.exe" -p profile1
  7. Give shortcut name like Profile1

Repeat process from 4. for other profiles. Firefox Profile Manager

There is also another way using virtualization (sandbox) for multiple instances:

  1. Install and open SandBoxie Plus
  2. Right Click DefaultBox
  3. Run
  4. Run Program
  5. Add firefox.exe Path, OK
  6. Right Click firefox.exe in SandBoxie
  7. Create and Save Shortcut

Repeat for other profiles.