The set text activity and send hotkey activity can not work in the unattend

1.Before,server window minimization or window close ,these activities were running ok in the unattended, but after window update, server window minimization or window close ,these activities cannot run, and there is no error.but window active are running ok
2. mouse event is ok ,but i need to set value in the same as popup box,i tried to type into but it also can not run

Hi , welcome to uipath community forum
Can you please try ‘Type into’ with simulate type property selected

hi I try"Type into"with simulate type or sendwindowmessage ,but it can not run

Check if the activities properties has ContinueonError set to False, If it is False, make it true, then you can see the failed error

Thanks