작업 종료 후 크롬창 자동 닫는 현상 (The phenomenon of Chrome window closing automatically after task completion)

Please find the English text below

안녕하세요.
UiPath를 이용해 간단한 웹개발을 하는중인데
테스트를 위해 작업을 돌릴 경우, 따로 브라우저를 닫는 엑티비티를 넣지 않았음에도 마지막 작업까지 진행 후 자동으로 크롬창을 종료합니다.
크롬을 자동으로 종료하지 않게 하기 위해서 따로 엑티비티가 있는건가요?
아니면 설정을 바꿔야 하나요? 설정을 바꿔야 한다면 어디를 바꿔야 하나요?

아래 이미지는 Use Application/Browser의 현재 속성 값입니다.

================================================
English version

Hello,

I am currently doing simple web development using UiPath.
When I run the workflow for testing, even though I did not add a separate activity to close the browser, it automatically closes the Chrome window after completing the last task.

Is there a specific activity to prevent Chrome from closing automatically? Or do I need to change a setting? If I need to change a setting, where should I change it?

The image below shows the current property values of the ‘Use Application/Browser’ activity.

// Use Application/Browser

@692622

Have you checked Close option in the properties panel of Use Application/Browser activity? If not please check, you can choose never if you don’t want to close it

Hello @692622, It is recommended to use these options for each “Use Brower activity”

For the first activity in your worflow (Initialization of application), use ‘Open’ as always and Close as ‘Never’

For the last activity (Closing the application)- use ‘Open’ as never and ‘Close’ as ‘Always’

It will be helpful if you use multiple workflows - reusable components or when you use RE-Framework (1. Login 2. Process the record.. finally n. log out and close) with use browser.