How to Open any 3 browser applications at a time and performs steps in all applications at a time one after another

Hii Team,

How to Open any 3 browser applications at a time and performs steps in all applications at a time one after another.
Kindly help me through out of this.

Thanks & Regards.

Hi @nagasneha ,

You can follow below steps:

1 - Create one array of string and assign 3 paths.
2 - Iterate each url in foreach loop activity and in body of for each use open browser application and pass item of foreach loop.
3 - Once all application get opened, place activity related to each application in Attach window.
Attach window should be separate for each application.

Hope this will help you.

Thanks.

Thank You @ermanoj3101 for your quick response i’ll check and let you know

1 Like

Sorry for the in convenience, actually my exact question is i want to open 3 tabs in one browser.

Thanks.

Please take the reference from already asked question.

please see the above attachment ,Open any 3 applications like gmail ,flipkart and amazon in one browser and performs the same steps like Login the 3 applications one after another. Please help me to slove the issue.

Thanks.

Hi @nagasneha

Welcome to uipath community

Did we try with PARALLEL ACTIVITY
you can run as many as activities asynchronously at the same time, one after the another

Cheers