The screen of RDP connection to a remote machine can have either low resolution or be undersized. This can affect the bot's interaction with the interface.
Solution
We recommend you to contact your system administrator to adjust the console screen resolution and/or console screen size, as depending on RDS versions and operating systems, the solution may be different.
If you are running a Windows Server, one option is to use a PowerShell script. The following command will set the screen resolution to a value of 1024x768.
Set-DisplayResolution -Width 1024 -Height 768 -Force