I have a scenario in which I need to process some the web request automatically and finally show the result in the browser. The website I am querying uses partial response and ajax call to get the whole page.
Is there a way in which I can open a web browser with response object or is there a way in which I can pass data and cookies with the url to web browser.