Automation in parallel with multiple browsers

Hello

I am building a bot for an automation on multiple threads using the parallel activity

At the beginning of each thread i placed a use application/browser modern activity and i applied a dynamic selector for selecting the right browser window.

But then for all my activities within the use application browser activity which are classics and not modern, the selectors in themselves do not make any distinction between browesrs window, it’s just “chrome.exe”, am I going to run into trouble when i run the bot on mulitple threads or i am fine since each sets of activities are within their respective use application browser activity which have their own correct dynamic selector applied to it ?

Thank you

@Selesta_Juliana

May be yyou can try and let us know the outcome…are the window names also not different?

To check one thing you can do is get the output browser element and check properties…ideally they would be different

Cheers

1 Like

I tested my original set up today and unfortunately it did not work.

I am wondering if the result would be the same if instead of using classics activities inside my use app browser i had use modern ones.

But i think classic or modern doesnt matter even if the set of activities are within their respective use app browser it doesnt matter.

For now I have no solution, i will try to dig into what you suggested

Thank you

Hey @Selesta_Juliana
Did you tried headless mode? for some web applications it may not support. But headless mode will help you to execute process without opening browser, and also it will help to execute in multi threading…