In a chrome dev tool, you can see the call stack for the script-initiated network request. Is there any way I can capture it programmatically?
Asked
Active
Viewed 381 times
0
-
check https://stackoverflow.com/questions/50571529/javascript-access-network-tab-via-javascript – Suraj Rao Jan 29 '21 at 07:28
-
1Does this answer your question? [Can I programmatically open the devtools from a Google Chrome extension?](https://stackoverflow.com/questions/6801577/can-i-programmatically-open-the-devtools-from-a-google-chrome-extension) – tech4 Jan 29 '21 at 11:05