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 ?
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…