@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.
Try running these commands one by one in a cmd.exe console as Administrator:
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 "NativeHostsExecutab…
Check if these helped.
Upgrade/Downgrade the UiPath.UIAutomation.Activities package to one of these versions based on your robot version:
23.10.21 - for 23.10.x robots
24.10.19 - for 24.10.x robots
25.10.33 - for 25.10.x robots
Run these commands one by one as administrator in cmd.exe console.
reg add "HKLM\\SOFTWARE\\Policies\\Google\\Chrome\\DeveloperToolsAvailabilityAllowlist" /v "1" /t REG_SZ /d "chrome-extension://ndmegdjihnhfmljjoaiimbipfhodnbgf" /f
reg add "HKLM\\SOFTWARE\\Polici…
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,
Try running these commands one by one in a cmd.exe console as Administrator:
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 "NativeHostsExecutab…
Happy Automation