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

Studio 用户指南
本页提供有关调试、运行和发布编码自动化的说明。
Debugging coded automations resembles the debugging process for low-code automations. You can set breakpoints, utilize debugging panels, and enable profile execution. Also, the debug running mode stops on each affected line, so you can troubleshoot. Visit About Debugging to learn more about debugging automations in Studio.
您可以像运行低代码自动化一样运行编码自动化。 在 Studio 的“设计”选项卡中,单击“运行”以运行整个项目,或单击“运行文件”以运行当前文件。
Visit Start Debugging at the bottom of the page, to learn about running automations in Studio.
Visit About Workflow Analyzer to learn more about how to analyze your project.
要发布 Studio 项目,您可以在“设计”选项卡功能区中选择“发布”选项。默认情况下,将发布项目文件夹中的所有文件,测试用例除外。
您可以通过在“项目”面板中右键单击特定文件并选择“从发布中忽略”来防止已发布的包中包含特定文件。否则,请右键单击“项目”面板中的文件,然后选择“设为可发布”。
project.json
和 design.json
文件不得位于只读位置。
lib
子文件夹中。
Visit About Publishing Automation Projects to learn how to publish your projects.
编码自动化支持以下 Runtime:
- UiPath Robot - 您可以在支持 Windows 框架版本 2022.4 及更高版本的机器人上部署编码自动化。
- Orchestrator - 您可以在受支持的任何 Orchestrator 版本上部署编码自动化。