Using default click behind a locked screen

Hi all,

I’m trying to automate an Oracle application using the UiPath Java extension. Ideally I’d like this to work behind a locked screen and for the robot to run in unattended mode. However neither Simulate Click nor Send Window Messages will work (perhaps this is true of all java interactions), and the default click will not work behind a locked screen. Does anyone have any suggestions as to how this robot could be run as unattended?

It will if used in interactive session, f.e. Via LaunchWorkflowInteractive.

1 Like

@andrzej.kniola Thanks, I wasn’t aware of that functionality, very useful!