Hi have 2 .xaml with same actions automated for every purchase item (differente specific url in same website with similar actions programmed) in the same website.
However, when i tried to get this 2 files work, a warning appears telling me but uipath extension can make work just 1 project.
How can i run 2 similar projects at the same time (multiple tabs or windows of the same internet browser)? using 2 different browsers or there are any configuration in uipath extension?
Yes, try to make work 2 automations at the same time but UIPath chrome extension could work just 1 for project i think. I tempted yesterday. Is it possible if i run that in 2 different browser?
It’s not possible as your process needs to interact with Graphical User Interface (GUI). If process doesn’t interact with GUI then we can use run multiple processes at the same time in a single machine.
It is possible to do browser automations in the background using the webdriver protocol. I am including a link to a youtube video that explains the setup and the UiPath docs on using the webdriver.
If a run an automation in one window, and in another window on the other half of my screen I am doing other clicks.
Is the automation completed successfully or in some way, by clicking on my own in another window, I am interrupting the process for the same sentence that told me to only use a single mouse and keyboard?
No. Doesn’t matter how many windows you have. There’s still just one computer, one keyboard, one mouse.
I didn’t tell you to only use one mouse and keyboard. I said there IS only one mouse and keyboard. Two automations can’t both control the mouse and keyboard at the same time, just like two humans can’t.