Start Process UiPath

When I pass url for start process, when the application opens up, do I have to attach window?

Also, I need to get browser output element, to be sent to another workflow.
How can I work this out?

The reason why I am thinking of using start process is that, when I use “Use Application” , the applications comes up with two different selectors for two differnt scenarios which cannot be wild carded.

Thank you,

Hi,

I think it’s better to use UseApplciationBrowser, in general. Can you elaborate the reason?

Regards,

Hi @A_Learner

You can use the get active window activity to get the new tab into foreground.

Regards

Yes, you will have to use Application/browser or classic attach browser activity.

Both use Application/browser or classic attach browser activity give you output object which you can pass to other workflows or you can capture the browser again from respective workflows.

Thanks,
Ashok :slight_smile:

Thank you, how do I capture the browser again?

Here is the scenario.
URL I open application.
I click on a tab. Another window opens.
I need to send the new window output element to the other workflows,

When I send the output of the Use application\browser with URL, to another workflow it is giving me the original window, not the pop up window.

Thank you,

@A_Learner,

Use another use application/browser select the popup window for it and pass output of this activity not the initial use application browser.

Thanks,
Ashok :slight_smile: