I'm sending http post request to a website, why BAS is opening a browser for my threads?
isn't HTTP requests suppose to be just a request without actually a browser ?!
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.