task-capture
2022.4
true
Task Capture
- 发行说明
- 入门指南
- 硬件和软件要求
- 设置和配置
- 使用 Task Capture
- 其他资源
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
代理或代理服务器是设备和互联网之间的中介代理。其充当处理互联网请求的中心。代理服务器可以为您的数据提供额外的加密服务,从而提高网络安全性,并且您可对其进行配置,以阻止访问恶意网站。
Task Capture 可以离线使用,但在下列情况下需要连接互联网:
根据 Task Capture 的安装状态,有两种方法可以设置代理:
已安装 Task Capture
要为已安装的 Task Capture 实例配置代理,请按照以下步骤操作:
-
关闭所有 Task Capture 实例。
-
创建具有以下结构的
proxy.json文件:{ "host": "IP address or host name of your proxy device", "port": "listening port of the server, usually 443", "username": "username", "password": "password" }{ "host": "IP address or host name of your proxy device", "port": "listening port of the server, usually 443", "username": "username", "password": "password" } -
根据您选择的安装类型,将新创建的文件添加到相应的文件夹中:
- EXE 安装:
%appdata%/Task Capture/UiPath Task Capture/Proxy/ - MSI 安装:
%programdata%/UiPath Task Capture/Proxy
- EXE 安装:
Task Capture 启动后立即
备注:
只有在使用 MSI 安装程序时,才能在 Task Capture 安装期间配置代理设置。
As this type of installation signifies that Task Capture can also be activated during the installation phase, use the PROXYCONFIG CLI argument along with the path to the configuration file as a value.
示例:
msiexec /i ${task-capture-setup.msi} LICENSECODE=1234-2134-2134-2134 PROXYCONFIG="C:\Users\proxy.client\Desktop\config.json"
msiexec /i ${task-capture-setup.msi} LICENSECODE=1234-2134-2134-2134 PROXYCONFIG="C:\Users\proxy.client\Desktop\config.json"
在本例中,Task Capture 会将文件复制粘贴到右侧文件夹,应用设置,然后发送激活请求。
Check out the Installation page for details about the MSI installer.