Skip to main content
Version: 10.3

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.

  1. 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.

  2. Go to C:/RPA/bot-agent/conf and edit the bot-agent-master.yml file. In the processes section, 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 resolution parameter, 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 *.

  3. Save the bot-agent-master.yml file and close the corresponding WFRDP client window. It will restart with the correct resolution.