cancel
Showing results for 
Search instead for 
Did you mean: 

IRPA unable to excute click activity in Unattendend mode

former_member746094
Participant
0 Kudos

I am developing an automation including to login in SAP and update the exchange rate in tcurr. The program works in debug and attended mode. However, robot failed to execute the activity click element in unattended mode. What could I do for this case?

View Entire Topic
Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

kwlaai

When you perform any action on an element, it was always a best practice a wait for element and perform the action.

When you are executing in unattended mode (For eg in Remote machine)We need to make sure to Unlock the session and perform the action.

Attached is the screen shot for your reference.

FatihOrnek
Explorer
0 Kudos

chaitanyapriya.puvvada

How would you suggest using the keystroke/keystroke(gui frame) activity for Unattanted mode SAP GUI. There is no problem when we run it with the screen on on the VDI(Virtual Desktop Infrastructure). When we disconnect and let the bot run on its own, it does not perform the keystroke activity.

Thanks.