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

后端 未结 10 2044
我在风中等你
我在风中等你 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 *

    0 讨论(0)
  • 2020-12-04 05:47

    In Chrome 61.0.3163.100 you now have the following option available. It is accessed by going to the Chrome Dev Tools Settings. It's at the bottom.

    Web Inspector settings

    0 讨论(0)
  • 2020-12-04 05:51
    • Add/update the link to target="_self"
    • Check "preserve logs upon navigation" in Network tab.
    • Click on the link and gets your request logged
    0 讨论(0)
  • 2020-12-04 05:51

    Quickly hit F12 when new tab opens

    https://stackoverflow.com/a/13747562/660408

    Works for me when I monitor Google Drive download responses

    0 讨论(0)
提交回复
热议问题