I have an automation which has to do some relative UI clicking and typing (unfortunatly the application does not give any useful selectors).
The automation works fine in attended mode, but fails in unattended mode. I did some research and finally found out that there is a resolution problem when running the automation in unattended mode. In attended mode I get a resolution of 1920 x 1080, in unattended mode 1920 x 853. I read the resolution with the following line:
If the UI elements are not identifiable through selectors, you can try using image recognition. You can use the “Find Image” activity to locate the UI element on the screen based on its appearance. This will make your automation less dependent on the screen resolution and more adaptable to different resolutions.
yes I set the login to console to false.
Regarding service mode: I checked the processes in the task manager and found the process which shows that the robot is installed in service mode (I can not recall the process, but I found it somewhere during my research and checked it).