We are using Microsoft Edge browser for an attended automation. We have installed the browser extension.
Problem:
Every morning when the user tries to start the bot, it fails with cannot communicate with browser error. After that, it works fine.
We initially thought this might be related to group policy, but checked the policies before running the bot and they are applied correctly.
check if when starting firsttime if the browser extension is enabled or not
also check if this is running in task manager ChromeNativeMessaging.exe …his is needed for the extension to work,…may be on restart this is getting closed
Thanks for your response.
We contacted UiPath support and they suggested to upgrade to 23.10.13 and also to make sure the acces urls and incognito checkboxes for extension are checked. This resolved the issue for most of the users, but still there are a handful of users for whom this is repeating everytime they start the bot. As a work around we asked the users to stop the bot on failure and restart, which they have to do multiple times.
Also we checked the chrome navite messaging host in task manager which is running before and during the bot runtime.
Not sure of the next debug steps.