Can I run multiple executions in different tabs in Chrome simultaneously using UiPath UI Interaction?


Ways to achieve this:

  1. You can set the process to run in the background and the browser to be headless (refer to the red box in the picture)
  2. Create a process for each account, publish and run it (the robot can run multiple background processes);