UIPATH2019 在Chrome上的插件安裝
當用Server2022+Chrome150+Uipath時 直接在studio中或安裝不了時,可如下安裝
1.在線安裝
https://chromewebstore.google.com/detail/uipath-browser-automation/pgbnimfaaifjpebleldfhgcjdnaeafdi
版本26.10=pgbnimfaaifjpebleldfhgcjdnaeafdi
第一行安裝后會保存在C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions
2.註冊表
電腦\HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.uipath.chromenativemsg_v2
電腦\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\NativeMessagingHosts\com.uipath.chromenativemsg_v2
預設值均為C:\Program Files (x86)\UiPath\Studio\UiPath\com.uipath.chromenativemsg_v2.json
內容為下, 可複製同內容文件:
{
"name": "com.uipath.chromenativemsg_v2",
"description": "UiPath Native Messaging Host for Chrome",
"path": "C:\Program Files (x86)\UiPath\Studio\UiPath\BrowserExtension\ChromeNativeMessaging.exe",
"type": "stdio",
"allowed_origins": [
"chrome-extension://pgbnimfaaifjpebleldfhgcjdnaeafdi/"]
}
评论已关闭