Background Process Automation_Chrome Browser

Hi…

How to Automate the chrome browser in background process ?

Thanks
Shyam

Hi @Shyam_Pragash,

If you activate the simulate activity feature for the web activities you use, you can run it in the background.

Regards,
MY

Hi @Shyam_Pragash ,

You can also refer this raised query

Hi

Back ground process is smothering that won’t let the bot to do any UI Interactions with browser or any application

But still if you want to work with chrome and that too in background then better try with API Calls

That doesn’t require any Ui interaction and can run in background process as well

Cheers @Shyam_Pragash

Hi @Palaniyappan

What are activities can do background process ?

Do you have any sample code for this background process in uipath.

Thanks
Shyam

1 Like

Sure

default dependencies of a background process template are: UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.System.Activities, and UiPath.WebAPI.Activities.

Have a view on this for more details

Cheers @Shyam_Pragash

@Palaniyappan

Thanks…

do you have sample program for this process…

Thanks
Shyam

1 Like

It’s just a template that we can choose that while creating a new process

For example

Cheers @Shyam_Pragash