Close chrome gracefully

Is kill Browser activity closes browser gracefully? If not then which one do

2 Likes

Hello @pravin_bindage
Try to use the Close tab in the Attach Browser
image

Hi @pravin_bindage

Kill activity will force stop the browser and sets the browser’s ‘exit_type’ flag as Crashed. This might affect the execution & browser performance over a period of time.

You can use the ‘Close Application’ or ‘Close Tab’ activity if you want to close the browser gracefully.

4 Likes

HI @

You can use a Close Tab activity. It will close your browser or Close Application activity

Check out the UiPath official document

Regards
Gokul

Hey

of course we should close all applications that we are using before end the automation, you can use the Close Application Activity or in modern, in the Use App/Browser Activity set the close propertie to always

1 Like

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