How can I run multiple Chrome instances at the same time, they are the same task but different paths?

I have multiple links that fetch product data. I want to run them on 3 different chromes at the same time. I tried opening different chrome profiles and I can open them but I can’t control the actions on 2 different chromes. Do you have any advice for me on this? Thanks for the help.

HI,

Can you elaborate about your problem?

Regards,

Yes thanks for replying me, that means I use Parallel to open 2 different chromes at the same time with different URLs but the same task. My problem is that I can open 2 different Chromes when I do the task, only 1 chrome is active (2 different chromes about Chrome Profile)

HI,

Which do you mean

During message box is displayed, task in other lane doesn’t work

OR

Only one of 2 chrome windows is activated and other is inactive window

If former, it’s specification because Parallel activity is pseudo parallel. It’ll be necessary to use InvokeWorkflowFile activity with Isolate option to solve it.

Regards,

If I use InvokeWorkflowFile, do I need to setup 2 different chrome profiles?

Should I use Activity Open Browser or Use Application/Browser?

Hi,

I don’t think it’s unnecessary 2 chrome profile if there is no special reason.

For now can you try the following sample?

Sample20240822-4.zip (5.5 KB)

Regards,

Thanks Yoichi, it worked successfully, thank you for helping me, thanks a lot

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.