I just want to know if there's a way to control browsers at will when running automations. Like we can check each process if there's something wrong we can do anything with it while automation is running.
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?