可以从 Orchestrator 中针对每个机器人管理执行设置,无需每次都连接到机器人计算机。无论机器人和文件夹类型如何,这些选项均保持不变。
Field | Description |
---|---|
Logging Level | The level at which the Robot should log information. The following options are available: Verbose Trace Information - this is the default value. Warning Error Critical Off |
Allow Development logging | Enables you to choose whether or not you want to receive execution or debugging logs sent from Studio during development processes. By default, the value is Yes . |
Login To Console | Enables the Robot to connect to the console session of the machine where it is installed. Additionally, it indicates if you can connect multiple Robots to Orchestrator using multiple users (High-Density Robots) or not. By default, the value is No . To enable High-Density Robots, set the value to No .If set to No , the Unattended Robot creates an RDP session when executing a process. |
Resolution Width | The machine's display resolution width. This option is set to 0 be default, which means that it automatically retrieves and uses the detected resolution width. You can use a custom value, as long as it is supported by the workstation. |
Resolution Height | The machine's display resolution height. This option is set to 0 be default, which means that it automatically retrieves and uses the detected resolution height. You can use a custom value, as long as it is supported by the workstation. |
Resolution Depth | The machine's display resolution depth. This option is set to 0 be default, which means that it automatically retrieves and uses the detected resolution depth. You can use a custom value, as long as it is supported by the workstation. Please note that Windows 10 does not support a Resolution Depth value other than 32. |
Font Smoothing | Enhances text recognition. If is set to True, the Font Smoothing* option over RDP connections is turned on. This means that the target machine has ClearType turned on. By default, this is set to No . |
Auto Download Processes | If enabled, available processes are automatically downloaded when the Robot agent starts. |
备注:
如果要更改机器人分辨率,建议使用 RDP 会话,并将“登录到控制台”选项设置为
No
。考虑到必须创建一个新会话才能使分辨率设置生效,因此您需要先注销然后重新登录。
大约一年前更新