Call browser chrome

I use activity use browser chrome in process1 (log in)

But in process2 I want to call web that open in process1.

How to use it?

Please guide mme for solve it.
Thank you.

Could you tell me briefly what you want?

1 Like

@fairymemay

If process1 and process2 are in the same workflow, open the browser with activity ‘Use Application/Browser’, then you could store the browser as a variable in the properties then use it in process2.
image

If they’re different workflow:
In process 1, you keep the browser open and don’t close it.
In process 2, you could use the attributes of the browser to indicate.

1 Like

Hi @fairymemay,

In process1 Use application/browser activity, make sure you are not closing the browser after scope execution finish.

Change property to Close = Never

This will keep the browser open and available for the second process.

In Second process use Use application/browser change Open property to Never. This will make sure new browser will not be opened

Thanks,
Ashok :slight_smile:

1 Like

Hi @fairymemay

Create an variable in the Output element option in First Use application\browser activity.
And pass the variable in the Input element option in the Use application\browser to launch the process1 in process2.

Hope you understand!!

1 Like

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