Hello team,
During the PROD Go-Live - we find that the BOT fails when scheduled in unattended mode. On further investigation it was found that issue might be because the screen resolution is getting to a smaller resolution due to which the BOT could not find the designated place to click or take the required action, in some of the screens. Hence, it failed.
Have you any idea on this?
If we change robot resolution in orchestrator as 1920* 1080* 32. Is it impact old process?
It mainly depends on what screen resolution the existing processes require.
Try changing the Robot resolution settings, that’s the only way to truly fix resolution-related issues.
Alternatively, you should use Simulate / Chromium API instead of hardware events, as these will work even if the screen is not visible.
Usually, setting a higher resolution will not impact other bots, since they are running fine at lower resolutions…