- UiPath Assistant
- 安装 UiPath Assistant
- 配置 UiPath Assistant
- MacOS 上的 Assistant
- Mac 上的 UiPath Assistant
- 画中画
- 配置 Attended 自动化
- 监管
- Assistant 中的微件
UiPath Assistant 在 MacOS 上可用,可供用户访问、管理或运行跨平台自动化,以及将机器人连接到 Orchestrator。
UiPath Assistant 与 MacOS 10.15 版 (Catalina) 及更高版本兼容。
下载
可以从客户门户网站或 Automation Cloud 下载 UiPath Assistant。
从客户门户网站下载
- 转到 Customer Portal 网站。
- 搜索您的产品,然后单击右侧的折叠图标。
- 下载 DMG 文件,根据您的平台,提供以下选项:
- 适用于 Intel Mac - x64 的下载
- 适用于 Apple 处理器的下载
从 Automation Cloud 下载
-
转到 Automation Cloud 网站。
-
Click the Help icon
on top of the page, and select Downloads from the dropdown menu. -
在“精选下载内容”部分中,根据您的平台选择以下选项之一:
- 适用于 Intel Mac - x64 的下载
- 适用于 Apple 处理器的下载
安装
如要安装适用于 MacOS 的 UiPath Assistant,请按照以下步骤操作:
- 双击 DMG 文件以使其内容可用。
- 将应用程序从 DMG 窗口拖动到应用程序目录中以进行安装。
- 等待复制过程完成。
连接到 Orchestrator
To connect the Robot and UiPath® Assistant to Orchestrator, use one of the following options:
When using the UiPath® Assistant and Robot on MacOS, local feeds are not supported. Automations are retrieved from Orchestrator and only the cross-platform ones are available. The same applies for the Marketplace Widget when used in the Assistant on MacOS.
Chrome 扩展程序
在 MacOS 上运行时,在浏览器中使用网页自动化的流程需要 Google Chrome 扩展程序才能工作。
When the Assistant is launched for the first time, if the extension is not detected, a prompt is displayed on the Assistant home page to install it. Additionally, you can add the extension from the UiPath® extensions section of the Preferences menu in the Assistant.
安装完成后,必须重新启动浏览器并手动启用扩展程序。
在 MacOS 上测试流程
在 Studio 中为 MacOS 设计流程时,测试需要通过使用远程调试并连接到特定的 MacOS 计算机来完成。
日志记录
UiPath® Assistant logs are found in the combined.logs file from the /Users/john.doe/Library/Application Support/UiPath/ folder.
这些日志包含用户在 Assistant 中执行的所有操作以及任何错误。其他特定的 Assistant 文件也可以在该文件夹中找到。
已知问题和限制
在 MacOS 上使用 Assistant 时,无法使用以下功能:
- Picture In Picture.
- 将流程发送到桌面。
- Task Capture Launcher.
- RobotJS 与 Safari 浏览器不兼容。
- The UiPath® Diagnostic Tool is not available on MacOS machines. Instead, in Assistant, in the Troubleshoot section, certain log files are collected manually, which results in an archive used for debugging.
更新 Orchestrator 连接
您可以通过 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"
}
选择退出遥测
如要禁用 UiPath Assistant for Mac 中的遥测功能,请将其添加到uipath.config文件中(您可以在 /Applications/UiPath Assistant.app/Contents/Robot中找到):
<add key="Telemetry.Enabled" value="false"/>
<add key="Telemetry.Enabled" value="false"/>
选择退出遥测功能也会禁用 Sentry。