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

Studio 用户指南
上次更新日期 2025年10月2日
发布日期:2024 年 12 月 4 日
在数据驱动型测试中使用已消耗和未消耗的测试数据队列项目
Experience greater flexibility in data-driven testing by choosing to process test data queues based on their consumption status. In the test data queue Query Builder, you can now choose to use test data queue items based on the following statuses: all, consumed, or unconsumed. For more information, visit Add Test Data Queue Items.
针对无效编码参数的工作流分析器规则
We have introduced the ST-USG-017 Workflow Analyzer rule for coded automations, which throws an error when the
Execute()
entry method contains out
or ref
parameters. For more information about the rule and recommendations, visit ST-USG-017 - Invalid parameter modifier.
- 现在可在“工作流分析器”面板中查看为编码自动化量身定制的工作流分析器规则。
- 现在,如果在编码自动化中与 Integration Service 的连接失败,“输出”面板中会显示一条警告消息,通知您存在此问题。
- 现在,如果无法从可用订阅源中检索到所需的项目依赖项,则尝试在 StudioX 中创建新项目时会触发错误消息。
- Naming a project containing coded automations with names used in activity packages results in a compilation failure. To avoid this, we recommend to rename the project. For more information about names that can cause this issue, and how to avoid it, visit Assembly compilation errors.
- 勘误 - 于 2025 年 1 月 17 日添加:您在 VB - Windows 项目的“调用代码”活动中输入的代码可能会触发与
ReadOnlySpan(Of T)
和RefStructs
编译器功能相关的错误。要解决此问题,请根据 C# 语言语法重写代码,并将“调用代码”编译语言更改为 C#。
UiPathStudio.msi
安装程序中包含以下活动包和版本,均可在本地订阅源中找到。
活动包 |
版本 |
---|---|
UiPath.UIAutomation.Activities | |
UiPath.System.Activities | |
UiPath.Excel.Activities | |
UiPath.Mail.Activities | |
UiPath.Word.Activities | |
UiPath.ComplexScenarios.Activities | |
UiPath.Presentations.Activities | |
UiPath.Testing.Activities | |
UiPath.WebAPI.Activities | |
UiPath.Form.Activities | v24.10.5 |
UiPath.Callout.Activities | v24.10.5 |