Beginner : run a foreground process on my machine while normally using my PC and not beeing interrupted by the process

Hello @Octave_Descours

You can use background template to create the background process and for clik and typeinto activities, provide input method as simulate click or send windows message. It supports background automation.

It means you can open the browser in minimized mode and execution will continue there.

If you are not providkng simulate click or send windows message, then by default the system will choose hardware events as the input method. It uses the hardware events to actions and you cannot properly use mouse and keyboard during that time.

Thanks