Regarding background process

Hello team how to run a process in background.
the process contains below points
1- it will open an url
2-type some data
3- collect the dat using screen scrapping.
kindly guide me how i will do it in background automation

Regards,
Sumesh.

If it has to interact with the browser application and scrape data from it, it has to be a foreground process, and the fact that you need to type in some data on that system makes even more complicated, this does cannot run in the background.

Otherwise, if the system has an API you can use that to get the data from it, then that will happen in the background. I