Change RPA Unit resolution
The default WFRDP client resolution for each RPA Unit is 1270*700. You can customize this value and change it for each RPA Unit.
- Log in to the RPA server as Bot Master user or Administrator.
note
Note that local group policies can restrict managing privileges for Bot Master. In this case, you need Administrator access to the RPA server.
Go to C:\RPA\bot-agent\conf and edit the bot-agent-master.yml file. In the
processessection, edit the following block for a new RPA Unit resolution.- id: unit1 address: "127.0.0.1" expression: "cmd /c start /wait mstsc unit.rdp /v:127.0.0.1" directory: "rdp" tag: "rdp" resolution: "1270*700"- For the
resolutionparameter, change the first number for width and the second number for height. For instance, 800*600, where the width is 800 and the height is 700. Pay attention to the separator*.
- For the
Save the bot-agent-master.yml file and close the corresponding WFRDP client window. It will restart with the correct resolution.