Check from browser as how you did from UiPath studio uninstalling and installing extension same as do from browser extensions as well, refer followed documentation,
@shahidhaqeel.s Since Edge is working fine, the issue looks Chrome-specific. After the Chrome update, the UiPath Chrome extension may still appear enabled, but the Native Messaging Host may not be running correctly. UiPath also mentions that this error can happen when the Chrome extension is not enabled or when ChromeNativeMessaging.exe is not running.
Please try the below steps:
Close all Chrome windows from Task Manager.
Open UiPath Studio.
Go to Home → Tools → UiPath Extensions.
Select Chrome → Uninstall.
Restart Studio.
Again go to Home → Tools → UiPath Extensions → Chrome → Install.
Try installing with Native Host Only or Current User option.
Hello all,
I am having the same issue on Edge, it was working fine at least until June 1st 2026, came back to my project today and it throws the error:
Cannot communicate with the browser, please check the UiPath extension. Exception from HRESULT: 0x80040234
I re installed the extension on both UiPath studio and Edge, please advise.
I am not allowed to use any other browser per company policy.
Hello Marian,
This fixed the issue for me using Edge. Thank you so much!
For users using Edge, just substitute Google\Chrome on the commands for Microsoft\Edge, as this:
reg add “HKLM\SOFTWARE\Policies\Microsoft\Edge” /v “DeveloperToolsAvailability” /t REG_DWORD /d 1 /f
reg add “HKLM\SOFTWARE\Policies\Microsoft\Edge” /v “NativeHostsExecutablesLaunchDirectly” /t REG_DWORD /d 1 /f