- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- 为高密度机器人设置 Windows Server
- 通过代理服务器重定向机器人
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- 设置 Linux 机器人
- 配置包签名验证
- 设置包文件夹和网络路径
- 配置活动订阅源
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- 集成
- 故障排除
Robot admin guide
Mac 上的 UiPath Assistant
The UiPath Assistant is available on MacOS and allows users to access, manage, or run cross-platform automations, and connect the Robot to Orchestrator.
可以从客户门户网站或 Automation Cloud 下载 UiPath Assistant。
- 转到 Customer Portal 网站。
- 搜索您的产品,然后单击右侧的折叠图标。
- 下载 DMG 文件,根据您的平台,提供以下选项:
- 适用于 Intel Mac - x64 的下载
- 适用于 Apple 处理器的下载
要安装适用于 MacOS 的 UiPath Assistant,请按照以下步骤操作:
- 双击 DMG 文件以使其内容可用。
- 将应用程序从 DMG 窗口拖动到应用程序目录中以进行安装。
-
等待复制过程完成。
要将 Robot 和 UiPath Assistant 连接到 Orchestrator,请使用以下选项之一:
When run on MacOS, processes that use web automations in browsers require Google Chrome Extension or Safari Extension to work.
When the Assistant is launched for the first time, if the Chrome extension is not detected, a prompt is displayed on the Assistant home page to install it.
You can add the extensions from the UiPath extensions section of the Preferences menu in the Assistant.
安装完成后,必须重新启动浏览器并手动启用扩展程序。
在 Studio 中为 MacOS 设计流程时,测试需要通过使用远程调试并连接到特定的 MacOS 计算机来完成。
/Users/john.doe/Library/Application Support/UiPath/
文件夹的 combined.logs
文件中。
这些日志包含用户在 Assistant 中执行的所有操作以及任何错误。其他特定的 Assistant 文件也可以在该文件夹中找到。
在 MacOS 上使用 Assistant 时,无法使用以下功能:
- 画中画。
- 将流程发送到桌面。
- Task Capture 启动器。
- RobotJS 与 Safari 浏览器不兼容。
- UiPath 诊断工具在 MacOS 计算机上不可用。相反,在 Assistant 的“故障排除”部分中,系统会手动收集某些日志文件,从而生成用于调试的存档。
store.json
( /Applications/UiPath Assistant.app/Contents/Robot/uipath.config~/Library/Application Support/UiPath/store.json
) 更新 Mac 的默认 Orchestrator 服务 URL:
"MAIN_WINDOW_SERVICE_LOGIN_DETAILS": {
"nextServiceUrl": "https://cloud.uipath.com",
"defaultServiceUrl": "https://cloud.uipath.com"
}
"MAIN_WINDOW_SERVICE_LOGIN_DETAILS": {
"nextServiceUrl": "https://cloud.uipath.com",
"defaultServiceUrl": "https://cloud.uipath.com"
}