UiPath modern design chrome new instance

Chrome is opening a new instance while launching. What is this called ?

image

@Ritaman_Baral

What do you mean

Are you using use application/browser with open option as always? If so it would

Cheers

Hi @Ritaman_Baral

Could you be elaborate?

Yes…so it is opening in a new session ?

Hi @Ritaman_Baral

In UiPath, when Chrome opens a new instance for each run instead of using an existing open instance, it is often referred to as “new session” or “new browser session.” This behavior can occur when using the “Open Browser” activity with the Chrome browser.

To reuse an existing open instance of Chrome, you need to use the Attach Browser activity instead of the Open Browser activity. The Attach Browser activity allows you to attach to an already opened browser window based on its title or URL.

1 Like

@Ritaman_Baral

If you use open option with never or ifnotopen then it would not open instead will check if it is already open and will attach to it

Cheers

1 Like