Hello everyone, I hope you are well.
I made a small program, it does 3 processes and I run "Manual browser control". I want to hide the browser while doing 3 actions. I don't want those running the program to see 3 processes. How can I solve this?
I think you could use another thread with the browser to accomplish this. And saving the necessary data to a resource / global variable, then using this data in the new thread, whether with the browser or whatever needs to be done.