CV Element Exists - Table Cell: Cannot bring the target application in the foreground

I have bot to perform windows activities in a flow when i am running from remote machine(in a Virtual Machine)

when VM is locked bot getting below error
Cannot bring the target application in foreground because the Windows session is locked.

can anyone help me, thanks in advance. please share if any video link
Regards
Govardhan

Hi @Bathala_Googli_Reddy

Please check the below thread:

Regards

the issue is coming for windows explorer type into activity, The bot is unable to enter text when Virtual machine locked as i read one of the article unattended bot wont work for UI elements is it so??

Hi @Bathala_Googli_Reddy

Please check the input type and also the visibility check options

->Properties Panel->Target->Visibility Check->Please check the Interactive Option

->Input Mode->Simulate or Chromium API

The above mentioned options to be used for the Type into if the visibility check if Fully Visible then it will throw an error and also if the input mode is Hardware events then also it will throw and error so please check the above steps.

Regards

Hi @Bathala_Googli_Reddy

Windows Explorer Type into means are you trying to give a file path using that type into?

Regards

Yes @vrdabberu please this is the one :“C:\Users\FiBot\Documents\UiPath\BackupRestore\Data\RPA Test[k(Enter)]”

Hi @Bathala_Googli_Reddy

If you are using the typeinto as hardware events then please try the below steps and the bot should run in the background.

Regards

Hi @Bathala_Googli_Reddy

Okay please use the below steps and it should work for background process.

Regards