Chrome Dev Tools: How to trace network for a link that opens a new tab?

后端 未结 10 2047
我在风中等你
我在风中等你 2020-12-04 05:23

I want to trace the network activity that happens when I click on a link. The problem is that the link opens a new tab, and apparently the Dev Tools works per tab it was ope

10条回答
  •  时光取名叫无心
    2020-12-04 05:45

    * Disclaimer: Posted by Developer of HttpWatch *

    HttpWatch on Windows can record the network traffic generated when a new Chrome tab or window is opened by enabling auto-recording in Tools->Options->Recording. In the new window click on the HttpWatch icon to view the network trace.

    The free version will provide basic information such as URL, status code and elapsed time for each request.

    * Disclaimer: Posted by Developer of HttpWatch *

提交回复
热议问题