- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 对象存储库
- ScreenScrapeJavaSupport 工具
- 扩展程序
- Studio 测试
- 故障排除

Studio 用户指南
如果您的组织使用组策略管理浏览器扩展程序,请按照此页面中的说明操作,以确保正确安装 Edge 扩展程序。
edge://policy,在 Edge 中查看计算机上的有效策略列表。
您可以在此页面上找到有关 Edge 策略管理的更多信息。
扩展程序安装强制列表
扩展程序安装强制列表策略控制在浏览器中强制安装哪些扩展程序。
-
对于已加入 Windows Active Directory 的计算机,请按照组策略离线安装方法的安装步骤操作。
对于此安装方法,“扩展程序安装强制列表”策略必须包含以下值:
ndmegdjihnhfmljjoaiimbipfhodnbgf;file:///C:/ProgramData/UiPath/UiPath.Common/EdgeExtension_SelfHosted/extension_manifest_edge.xml -
对于未加入 Windows Active Directory 的计算机,请按照组策略在线安装方法的安装步骤操作。
对于此安装方法,“扩展程序安装强制列表”策略必须包含以下值:
cdfjcmjmgdnojgaojdnefhjjpaijapci;https://edge.microsoft.com/extensionwebstorebase/v1/crx
NativeMessagingBlocklist
ChromeNativeMessaging.exe) 工作。
* 定义 NativeMessagingBlockList 策略,则意味着所有原生消息传递主机都将被拒绝,除非通过 NativeMessagingAllowList 策略明确允许。
NativeMessagingAllowlist
NativeMessagingAllowList 策略指定不遵循拒绝列表的原生消息传递主机。
* 的拒绝列表意味着拒绝所有原生消息传递主机。您可以通过将值 com.uipath.chromenativemsg_v2 添加到 NativeMessagingAllowlist 策略来允许 UiPath 原生主机。
ExtensionInstallBlockList
扩展程序安装阻止列表策略可阻止计算机安装扩展程序。
要解决此问题,您可以:
- 使用组策略安装 UiPath 扩展程序。
- 或者,通过将值
cdfjcmjmgdnojgaojdnefhjjpaijapci添加到“扩展程序安装允许列表”策略,允许从 Edge 网上应用店安装 UiPath 扩展程序。
NativeMessagingUserLevelHosts
false,则在没有管理员特权的情况下安装的 UiPath 扩展程序将无法正常工作。
要解决此问题,您可以:
- 使用组策略安装 UiPath 扩展程序。
- 将 NativeMessagingUserLevelHosts 策略设置为
true。
BlockExternalExtensions
true,则它将阻止通过策略以外的任何其他方式安装 UiPath 扩展程序。
要解决此问题,您可以:
- 使用组策略安装 UiPath 扩展程序。
- 将“组织外部扩展程序”策略设置为
false。
ExtensionAllowedTypes
extension 添加到已阻止的扩展程序类型策略。
ExtensionSettings
如果将扩展程序设置策略设置为阻止安装所有扩展程序,则该策略将阻止安装 UiPath 扩展程序。
要解决此问题,您可以:
- 使用组策略安装 UiPath 扩展程序。
- 或者,通过将值
cdfjcmjmgdnojgaojdnefhjjpaijapci添加到“扩展程序安装允许列表”策略,允许从 Edge 网上应用店安装 UiPath 扩展程序。
BrowserCodeIntegritySetting
Enabled, Microsoft Edge browser process restricts the UiPath Extension for Edge from interacting with UI elements outside the webpage (i.e., outside the DOM).
This is because starting with Windows version 104, Edge only allows Microsoft signed binaries to load. As a result, UI automation is blocked for components such as buttons in the address bar, the file download dialog, or the settings page.
Disabled.