How to keep the browser window open after completing a project?

After completing a project, the browser window automatically closes.
To fix this, I added a 60-seconds delay after completing a project.
Yesterday, this worked, but today, even with the delay, the browser window closes.
How to keep the browser window open after completing a project in any case ? Are there any reliable methods ?

@Kirill_Yurov,

Make sure you change the Close Property of Use Application/Browser activity to Never.

1 Like

Is this attended or unattended? For unattended automations the Windows session is logged out when the job completes, so all apps/windows are closed.

That’s how it turned out, thanks!
Options → Close → Never

1 Like

What is this, please tell me in more detail?

I suggest doing the free training at academy.uipath.com so you’ll understand the basics. An attended automation is run by the user on their machine, they see it running. An unattended automation is run on a server without human interaction.

1 Like

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