How to type text in explorer in background?

Dear all,

How to type text in explorer in background?

Robot can type static text or variable in foreground, but doesn’t type in case of screen is locked.

Regards,
Soshi

did you tried all the variants: simulate type, windows messages? you could also try “Set Text” activity, although it may be same as simulate type…

1 Like

Hi theo500,

I tried simulate type, windows messages, Set Text.
But robot cannot type in background.

the same robot can type into the same element with neither simulate type nor windows messages in foreground.

I want to know how to type into explorer box in background.

Regards,
Soshi

1 Like

in rpa “background” typically refers to “window not in foreground” - which genuinely works in uipath.
i might be wrong but i believe only non-ui operations run on locked screen hence I am not sure if there is a solution for this …

is it necessary to have have the computer locked during the execution?

Hi,

It is necesary to have the computer locked because the computer is used by many other users with remote desktop.(UiPath is installed in the computer.)

And I referred to knowledgebase, therefore automation basically works in background also;

Regards,
Soshi

Hello @SoshiMiyata,
did you manage to solve the problem?
Thank you so much,
Cami :slight_smile:

Hi @CamiCat

I didn’t remember certainly it because the question is almost 2 years ago.
But there may be no resolution typing explorer box in background.

Regards,
Soshi

1 Like

Try this:

  1. Set text on clipboard using set clipboard activity.
  2. Click on filename box with stimulate property checked.
  3. Ctrl+V hotkey to paste in filename box
1 Like

Thank you so much @palindrome.
I’ll try your approach and let you know as soon as possible.
Cami :slight_smile:

1 Like

Did you get to resolve the issue? I am facing the same problem with my workflow where using Type into activity with Simulate type property doesn’t work in background on a pop up window.
Thanks!