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?
@sly Maybe you specified the wrong type of proxy (http/socks)? If it's really too bad, could you write down your proxy connection data so I can check it myself?
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.