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

I need to test a browser application that requires interaction with the same browser application using multiple users. Can I open multiple tabs in a single browser instance and run the same actions simultaneously in all the tabs?

@Krishnakumar_R

ui interaction is not possible like this…just think of it like a user …one after the other you can but not interact will all at once

it is possible using multiple bots though from different machines

cheers


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);