studio
2024.10
false
- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 录制
- 用户界面元素
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- VMware Horizon 自动化
- Salesforce 自动化
- SAP 自动化
- macOS 用户界面自动化
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- 扩展程序
- Studio 测试
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Studio User Guide
上次更新日期 2025年10月2日
This extension helps you create browser automations in Google Chrome on Mac.
Install from UiPath Assistant
- Access UiPath Assistant.
- Go to UiPath Extensions.
-
Click Install for Google Chrome.
-
Click Enable Extension in the Google Chrome confirmation pop-up.
- The extension is now installed and enabled.
Install from Terminal
- Make sure all instances of Chrome are closed.
-
You can install the extension for the current user by running the following command:
dotnet UiPath.ExtensionControl.Portable.dll install chrome extnmh peruser --nmh-path=<nmh path>
- Click Enable Extension in the
Google Chrome confirmation pop-up.
- The extension is now installed and enabled.
Uninstall from UiPath Assistant
- Access UiPath Assistant.
- Go to UiPath Extensions.
- Click Uninstall for Google Chrome.
- The extension is now uninstalled.
Uninstall from Terminal
You can uninstall the extension for the current user by running the following command:
dotnet UiPath.ExtensionControl.Portable.dll uninstall chrome extnmh peruser
The extension is now uninstalled.