Using same browser for diffrent workflows

How can we create different workflows for websites where one workflow is in logging in, the other is downloading files and 3rd is logging out in same browser

You care are a sequence or a flowchart xaml file in a project and use that for logging name as workflow_1
Here don’t close the browser
Leave it as it is once it is opened

Same workflow_2 to download but ensure you use attach browser or use application browser to continue with the page whwre workflow_1 ended

Here also don’t close it
Keep the browser open even after downloading files

Now create workflow_3 to log out of the browser that is closing I believe

Here you have created three different workflows

Now in Main.Xaml
Call them one after the another using INVOKE WORKFLOW FILE Activity

This will execute in sequence but separated with different workflows
Hope this helps

Cheers @devanshi

Hi! You can save the UiElement information as an output element and use it later on for your automations. Go to properties->Input/Output Element.


The Red rectangle is the output that must be passed to the next workflow.
The green rectangle is the input that has to be passed from the previous workflow.
Also make sure to set the opening conditions as necessary (NeverOpen/Always/IfNotOpen)

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