It would be highly beneficial to have an option to automatically open Developer Tools in Chrome with each new tab or popup window in order to inspect the network requests generated by these instances.
Currently, this feature is not available in Chrome browsers. However, there is a partial workaround:
To capture all network requests occurring in the Chrome browser, simply open a new tab and enter the following URL:
chrome://net-internals/#events
This will display network traffic from all open tabs and popup windows, similar to the Developer Tools console. Although the formatting is less refined and there is considerably more detail for each request, this method serves the purpose effectively.
We hope you find this workaround helpful!