I want to capture traffic from a Chrome Incognito window only.
When I click the 'pick target' button on the toolbar and point it at the Chrome window it picks up some particular process from chrome, but that does not seem to be the one from where network requests are sent from.
Looking at Chrome's Task Manager and comparing with what Fiddler shows, Fiddler is picking up the "Browser" process, while requests are coming from the "Utility: Network Service" process, thus the difference.
An acceptable solution for this would be if we could enter the process ID manually in the UI, instead of using the target picker.
Thanks