Chrome is opening a new instance while launching. What is this called ?
What do you mean
Are you using use application/browser with open option as always? If so it would
Cheers
Could you be elaborate?
Yes…so it is opening in a new session ?
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.
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