Reading the request and response data from network tab of chrome using C# process

844 Views Asked by At

In my C# application I am starting a chrome process with specific URL using System.Diagnostics.Process. So, the chrome window is opened and series of URL's are triggered in chrome. I want to find if there is a way to read all of these requests and response data from network tab of chrome inspect window.

0

There are 0 best solutions below