json - How can I track network traffic in chrome devtools while browsing? -


the way know how use network tab in chrome devtools open network tab first reload page i'm interested in. many times though browse little while on page test things. clicks on page though take me inspect html element clicked. missing? can leave inspect mode, continue browse, while track files on network tab?

sure. can leave developer tools open (and record requests).

the problem you're using shortcut inspect; not developer tools shortcut.

in windows , linux use f12. on mac, check @ menu.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -