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.
noteNote 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/confand edit thebot-agent-master.ymlfile. In theprocessessection, 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*.Save the
bot-agent-master.ymlfile and close the corresponding WFRDP client window. It will restart with the correct resolution.