The UiPath Browser Automation 26.10 extension is installed in Chrome, but it cannot be enabled. Because of this, UiPath is unable to communicate with the browser and all browser automation activities are failing

@Palaniyappan

@Nived_NambiarThe UiPath Browser Automation 26.10 extension is installed in Chrome, but it cannot be enabled. Because of this, UiPath is unable to communicate with the browser and all browser automation activities are failing.

Hi @3ddc654fa26e710fc6732ed0d

Pls check the below solution.

Happy Automation

@3ddc654fa26e710fc6732ed0d

Follow the below steps,

remove the extension from chrome and try to reinstall/add the extension. and check if it works if not run then,

  • Open the command prompt and run the below codes one by one as admin, this will solve the issue

reg add “HKLM\SOFTWARE\Policies\Google\Chrome\NativeMessagingAllowlist” /v “1” /t REG_SZ /d “com.UiPath.chromenativemsg_v2” /f

reg add “HKLM\SOFTWARE\Policies\Google\Chrome\NativeMessagingAllowlist” /v “2” /t REG_SZ /d “com.UiPath.portable_host” /f

reg add “HKLM\SOFTWARE\Policies\Google\Chrome” /v “DeveloperToolsAvailability” /t REG_DWORD /d 1 /f

reg add “HKLM\SOFTWARE\Policies\Google\Chrome” /v “NativeHostsExecutablesLaunchDirectly” /t REG_DWORD /d 1 /f

setx UiPath_OPEN_BROWSER_TIMEOUT_SECONDS “120” /M

setx UiPath_ENABLE_OPEN_BROWSER_RETRY “1” /M

For reference check the below thread,

Happy Automation